From ff44dffd5602f1f34873eadbb830b87b1b184063 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 10 Nov 2017 16:30:57 -0500 Subject: python-keystoneauth1: uprev to v3.2.0 This uprev is required by the stable/pike version of python-django-openstack-auth, and others. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-keystoneauth1_3.2.0.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb new file mode 100644 index 0000000..9f545c1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb @@ -0,0 +1,22 @@ +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" + +SRC_URI[md5sum] = "d3f93a071551a753218fd50d9f680ee6" +SRC_URI[sha256sum] = "768036ee66372df2ad56716b8be4965cef9a59a01647992919516defb282e365" + +inherit setuptools pypi + +DEPENDS += " \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-iso8601 \ + python-requests \ + python-six \ + python-stevedore \ + " -- cgit v1.2.3-54-g00ecf