summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 15:07:02 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 15:28:24 +0200
commit76590678aed37f0074407b33f6135dbf3713fea0 (patch)
tree81a756a85a95a5e34f9ff91df47a5a072065a763 /meta-openstack/recipes-devtools/python
parent00cc9f83724cf78c7745b7314b436c2547fd8c87 (diff)
downloadmeta-cloud-services-76590678aed37f0074407b33f6135dbf3713fea0.tar.gz
python-cinderclient: Update list of dependencies
According to v1.9.0 requirements. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb23
1 files changed, 13 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
index 2e46f7f..6acdabb 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -24,16 +24,19 @@ DEPENDS += " \
24 python-pbr \ 24 python-pbr \
25 " 25 "
26 26
27RDEPENDS_${PN} += "python-prettytable \ 27RDEPENDS_${PN} += " \
28 python-simplejson \ 28 python-babel \
29 python-requests \ 29 python-keystoneauth1 \
30 python-setuptools-git \ 30 python-keystoneclient \
31 python-pbr \ 31 python-oslo.i18n \
32 python-keystoneclient \ 32 python-oslo-utils \
33 python-babel \ 33 python-pbr \
34 python-six \ 34 python-prettytable \
35 python-keystoneauth1 \ 35 python-requests \
36 " 36 python-setuptools-git \
37 python-simplejson \
38 python-six \
39 "
37 40
38PACKAGECONFIG ?= "bash-completion" 41PACKAGECONFIG ?= "bash-completion"
39PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" 42PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion"