summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:01 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commit2e3fd02cc3b6ede94ab8812d783e53ca74053fc3 (patch)
tree0857f5a55738d4d3594b2715452cbaac53494b7e /meta-openstack/recipes-devtools/python/python-glance_git.bb
parent0af0d3021eb2b4673a5b5d7e39d099f1df41e846 (diff)
downloadmeta-cloud-services-2e3fd02cc3b6ede94ab8812d783e53ca74053fc3.tar.gz
python-glance: 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-glance_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 0417ce5..f692963 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -169,6 +169,11 @@ DEPENDS += " \
169 python-pbr \ 169 python-pbr \
170 " 170 "
171 171
172# Satisfy setup.py 'setup_requires'
173DEPENDS += " \
174 python-pbr-native \
175 "
176
172RDEPENDS_${PN} += " \ 177RDEPENDS_${PN} += " \
173 coreutils \ 178 coreutils \
174 python-pbr \ 179 python-pbr \