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 --- .../python/python-keystoneauth1_1.2.0.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-keystoneauth1_1.2.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-keystoneauth1_1.2.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_1.2.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_1.2.0.bb new file mode 100644 index 0000000..a88f8a3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_1.2.0.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Authentication Library for OpenStack Identity" +HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" + +SRCNAME = "keystoneauth1" +SRC_URI = "http://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "db4c75346480300fe9015945f73ab33a" +SRC_URI[sha256sum] = "e8386dc8b0f17d439e1f2f4e6a8ef64fe0f2b81938b2f0b13f80042bb98e2b85" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +DEPENDS += " \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf