summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-pycadf_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pycadf_git.bb b/meta-openstack/recipes-devtools/python/python-pycadf_git.bb
index 44b4498..58cb5bf 100644
--- a/meta-openstack/recipes-devtools/python/python-pycadf_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-pycadf_git.bb
@@ -20,6 +20,10 @@ DEPENDS += " \
20 python-pip \ 20 python-pip \
21 python-pbr \ 21 python-pbr \
22 " 22 "
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
23 27
24RDEPENDS_${PN} += " \ 28RDEPENDS_${PN} += " \
25 python-babel \ 29 python-babel \