diff options
author | 2020-06-02 11:53:58 -0700 | |
---|---|---|
committer | 2020-06-05 15:30:20 -0400 | |
commit | a87da00a7c34fdfc4738263cef22279380147120 (patch) | |
tree | d0882732c8db0eb97ee4d20c9ab2e1fc3552f297 | |
parent | 9977b7273f3a498dd44d02ea4facaaced19d86a4 (diff) | |
download | meta-cloud-services-a87da00a7c34fdfc4738263cef22279380147120.tar.gz meta-cloud-services-a87da00a7c34fdfc4738263cef22279380147120.tar.bz2 meta-cloud-services-a87da00a7c34fdfc4738263cef22279380147120.zip |
python-cinder: 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-cinder_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb index 5274698b..eaea109a 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb @@ -199,6 +199,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ lvm2 \ python-pbr \ |