summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinderclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb6
1 files changed, 6 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 a5c1c20..f12975e 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -16,8 +16,14 @@ S = "${WORKDIR}/git"
16 16
17inherit setuptools 17inherit setuptools
18 18
19DEPENDS += " \
20 python-pip \
21 python-pbr \
22 "
23
19RDEPENDS_${PN} += "python-prettytable \ 24RDEPENDS_${PN} += "python-prettytable \
20 python-simplejson \ 25 python-simplejson \
21 python-requests \ 26 python-requests \
22 python-setuptools-git \ 27 python-setuptools-git \
28 python-pbr \
23 " 29 "