diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-20 16:59:32 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-21 23:17:03 -0500 |
| commit | b3c4115e60abe92bf45eef35a4696de0efe3712c (patch) | |
| tree | e96063bb58e219a9c8becc2a4982ba46c6deb5fe /meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb | |
| parent | 185eccef8964632f5b255265a0a8e59fe5858397 (diff) | |
| download | meta-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_2.18.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb | 28 |
1 files changed, 28 insertions, 0 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 new file mode 100644 index 0000000..1fdf9e1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | DESCRIPTION = "Authentication Library for OpenStack Identity" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" | ||
| 6 | |||
| 7 | SRCNAME = "keystoneauth1" | ||
| 8 | SRC_URI = "http://pypi.io/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "d24c08bc7d59081adce160444ebc6993" | ||
| 11 | SRC_URI[sha256sum] = "075a9ca7a8877c5885fa2487699015e45260c4e6be119683effe0ad2ab1255d2" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | inherit distutils | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pbr \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python-pbr \ | ||
| 23 | python-iso8601 \ | ||
| 24 | python-positional \ | ||
| 25 | python-requests \ | ||
| 26 | python-six \ | ||
| 27 | python-stevedore \ | ||
| 28 | " | ||
