From d4c210c0903219cf0e048990ab208a18ca828657 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 11 Nov 2015 21:50:28 -0500 Subject: openstackclient: add missing python modules Attempting to run 'openstack' commands (such as 'openstack user list') will fail with errors regarding missing python modules. Add the missing module recipes and add the dependencies to openstackclient. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb index 3aa733e..37703cc 100644 --- a/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb +++ b/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb @@ -21,4 +21,7 @@ DEPENDS += "\ RDEPENDS_${PN} += "\ python-pbr \ + python-os-client-config \ + python-appdirs \ + python-keystoneauth1 \ " -- cgit v1.2.3-54-g00ecf