summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 118574b..b8b4fb0 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -227,6 +227,11 @@ DEPENDS += " \
227 python-pbr \ 227 python-pbr \
228 " 228 "
229 229
230# Satisfy setup.py 'setup_requires'
231DEPENDS += " \
232 python-pbr-native \
233 "
234
230RDEPENDS_${PN} += " \ 235RDEPENDS_${PN} += " \
231 python-babel \ 236 python-babel \
232 python-pbr \ 237 python-pbr \