From e4b966523361e54dc70a8d556dc2a2d39f743fc5 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 31 Jul 2017 14:56:20 +0200 Subject: python-keystoneclient: Add missing dependencies These are all listed as dependencies for v3.5.1 Signed-off-by: Adrian Dudau --- .../recipes-devtools/python/python-keystoneclient_git.bb | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb index 1c1d4ec..963a2ac 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb @@ -30,14 +30,21 @@ DEPENDS += " \ " RDEPENDS_${PN} += " \ + python-argparse \ + python-debtcollector \ python-iso8601 \ - python-prettytable \ - python-requests \ + python-keystoneauth1 \ python-simplejson \ python-oslo.config \ + python-oslo.i18n \ python-oslo.serialization \ + python-oslo.utils \ python-pbr \ - python-argparse \ + python-positional \ + python-prettytable \ + python-requests \ + python-six \ + python-stevedore \ " do_install_append() { -- cgit v1.2.3-54-g00ecf