summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance-store_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:00 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commit7af61810da5a7b2f108c391be115be5bb394fa83 (patch)
tree01a2222a875535c280e78314792aefee9747c3f7 /meta-openstack/recipes-devtools/python/python-glance-store_git.bb
parent2e3fd02cc3b6ede94ab8812d783e53ca74053fc3 (diff)
downloadmeta-cloud-services-7af61810da5a7b2f108c391be115be5bb394fa83.tar.gz
python-glance-store: 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-store_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance-store_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance-store_git.bb b/meta-openstack/recipes-devtools/python/python-glance-store_git.bb
index 037e4a0..1a8c3aa 100644
--- a/meta-openstack/recipes-devtools/python/python-glance-store_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance-store_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
19 python-pbr \ 19 python-pbr \
20 " 20 "
21 21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
22RDEPENDS_${PN} += " \ 27RDEPENDS_${PN} += " \
23 bash \ 28 bash \
24 python-oslo.config \ 29 python-oslo.config \