summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance_git.bb
diff options
context:
space:
mode:
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 \