From 5bd2517b39e36a333e4b5bf70534a33530741c55 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 5 Jul 2017 11:47:56 +0200 Subject: python-cinderclient: Add dependency on python-keystoneauth1 This is listed as requirement in the package. Signed-off-by: Adrian Dudau --- meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-cinderclient_git.bb') 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 \ python-keystoneclient \ python-babel \ python-six \ + python-keystoneauth1 \ " PACKAGECONFIG ?= "bash-completion" -- cgit v1.2.3-54-g00ecf