summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:53:58 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:21 -0400
commit5c08826270b46f5ff79d1efbd96974c222fa4a92 (patch)
treee605a86f85b19a4e1bd2689c8c75c6f36df85cc8 /meta-openstack/recipes-devtools/python/python-cinder_git.bb
parentd6d735549f80c16926882921eda0c563192edee9 (diff)
downloadmeta-cloud-services-5c08826270b46f5ff79d1efbd96974c222fa4a92.tar.gz
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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder_git.bb5
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 29d3594..8afe84d 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 += " \
199 python-pbr \ 199 python-pbr \
200 " 200 "
201 201
202# Satisfy setup.py 'setup_requires'
203DEPENDS += " \
204 python-pbr-native \
205 "
206
202RDEPENDS_${PN} += " \ 207RDEPENDS_${PN} += " \
203 lvm2 \ 208 lvm2 \
204 python-pbr \ 209 python-pbr \