summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-10 16:30:57 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-13 10:29:13 -0500
commitff44dffd5602f1f34873eadbb830b87b1b184063 (patch)
tree3a0763e63abba967ab00d4fd398104e43a905fe1 /meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb
parentc3b8d1973c746356057a67f8d5ef7cd829002115 (diff)
downloadmeta-cloud-services-ff44dffd5602f1f34873eadbb830b87b1b184063.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb28
1 files changed, 0 insertions, 28 deletions
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 @@
1DESCRIPTION = "Authentication Library for OpenStack Identity"
2HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574"
6
7SRCNAME = "keystoneauth1"
8SRC_URI = "http://pypi.io/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "d24c08bc7d59081adce160444ebc6993"
11SRC_URI[sha256sum] = "075a9ca7a8877c5885fa2487699015e45260c4e6be119683effe0ad2ab1255d2"
12
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15inherit setuptools
16
17DEPENDS += " \
18 python-pbr \
19 "
20
21RDEPENDS_${PN} += " \
22 python-pbr \
23 python-iso8601 \
24 python-positional \
25 python-requests \
26 python-six \
27 python-stevedore \
28 "