summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
index bf76e9d..e425237 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -23,6 +23,11 @@ DEPENDS += " \
23 python-pbr \ 23 python-pbr \
24 " 24 "
25 25
26# Satisfy setup.py 'setup_requires'
27DEPENDS += " \
28 python-pbr-native \
29 "
30
26RDEPENDS_${PN} += " \ 31RDEPENDS_${PN} += " \
27 python-pbr \ 32 python-pbr \
28 python-prettytable \ 33 python-prettytable \