summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystoneauth1_1.2.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-20 16:59:32 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-21 23:17:03 -0500
commitb3c4115e60abe92bf45eef35a4696de0efe3712c (patch)
treee96063bb58e219a9c8becc2a4982ba46c6deb5fe /meta-openstack/recipes-devtools/python/python-keystoneauth1_1.2.0.bb
parent185eccef8964632f5b255265a0a8e59fe5858397 (diff)
downloadmeta-cloud-services-b3c4115e60abe92bf45eef35a4696de0efe3712c.tar.gz
python-keystoneauth1: uprev to v2.18.0
This uprev is required by the uprev to python-os-client-config to the latest stable/newton. 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_1.2.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneauth1_1.2.0.bb23
1 files changed, 0 insertions, 23 deletions
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
deleted file mode 100644
index a88f8a3..0000000
--- a/meta-openstack/recipes-devtools/python/python-keystoneauth1_1.2.0.bb
+++ /dev/null
@@ -1,23 +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.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "db4c75346480300fe9015945f73ab33a"
11SRC_URI[sha256sum] = "e8386dc8b0f17d439e1f2f4e6a8ef64fe0f2b81938b2f0b13f80042bb98e2b85"
12
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15inherit distutils
16
17DEPENDS += " \
18 python-pbr \
19 "
20
21RDEPENDS_${PN} += " \
22 python-pbr \
23 "