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_2.18.0.bb | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb deleted file mode 100644 index 83582c5..0000000 --- a/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb +++ /dev/null @@ -1,28 +0,0 @@ -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.io/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "d24c08bc7d59081adce160444ebc6993" -SRC_URI[sha256sum] = "075a9ca7a8877c5885fa2487699015e45260c4e6be119683effe0ad2ab1255d2" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -DEPENDS += " \ - python-pbr \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-iso8601 \ - python-positional \ - python-requests \ - python-six \ - python-stevedore \ - " -- cgit v1.2.3-54-g00ecf