summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
index 82c3ae0..0e7a6ad 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
@@ -20,6 +20,11 @@ DEPENDS += " \
20 python-pbr \ 20 python-pbr \
21" 21"
22 22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
27
23RDEPENDS_${PN} += " \ 28RDEPENDS_${PN} += " \
24 python-oslo.config \ 29 python-oslo.config \
25 python-oslo.i18n \ 30 python-oslo.i18n \