diff options
author | 2020-06-02 11:54:05 -0700 | |
---|---|---|
committer | 2020-06-05 15:29:21 -0400 | |
commit | d6371f93475316896d286b89c20607d561327879 (patch) | |
tree | 657df5bab43240f7e09b503eaca8f43c981b14c9 | |
parent | cffccadcc70cbf919bdcf0aaa68514504bb9a907 (diff) | |
download | meta-cloud-services-d6371f93475316896d286b89c20607d561327879.tar.gz meta-cloud-services-d6371f93475316896d286b89c20607d561327879.tar.bz2 meta-cloud-services-d6371f93475316896d286b89c20607d561327879.zip |
python-jsonpath-rw-ext: satisfy setup.py setup_requires
Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.
Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb b/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb index 53cc1c45..e669e9a9 100644 --- a/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb +++ b/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb @@ -19,6 +19,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-pbr \ python-babel \ |