summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-client-config_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
index e57abbb..a48f2c4 100644
--- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
@@ -17,6 +17,10 @@ inherit setuptools
17DEPENDS += " \ 17DEPENDS += " \
18 python-pbr \ 18 python-pbr \
19 " 19 "
20# Satisfy setup.py 'setup_requires'
21DEPENDS += " \
22 python-pbr-native \
23 "
20 24
21RDEPENDS_${PN} += " \ 25RDEPENDS_${PN} += " \
22 python-pbr \ 26 python-pbr \