summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-05 11:47:56 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-05 11:47:56 +0200
commit5bd2517b39e36a333e4b5bf70534a33530741c55 (patch)
treef702d2124e375111557c8a72ad36c88c9f13d22f /meta-openstack/recipes-devtools/python
parent2ca128667be174fe652d35c54c8e74d5abea151e (diff)
downloadmeta-cloud-services-5bd2517b39e36a333e4b5bf70534a33530741c55.tar.gz
python-cinderclient: Add dependency on python-keystoneauth1
This is listed as requirement in the package. 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.bb1
1 files changed, 1 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 a66e42e..2e46f7f 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -32,6 +32,7 @@ RDEPENDS_${PN} += "python-prettytable \
32 python-keystoneclient \ 32 python-keystoneclient \
33 python-babel \ 33 python-babel \
34 python-six \ 34 python-six \
35 python-keystoneauth1 \
35 " 36 "
36 37
37PACKAGECONFIG ?= "bash-completion" 38PACKAGECONFIG ?= "bash-completion"