diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-10 16:30:57 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-13 10:29:13 -0500 |
| commit | ff44dffd5602f1f34873eadbb830b87b1b184063 (patch) | |
| tree | 3a0763e63abba967ab00d4fd398104e43a905fe1 /meta-openstack | |
| parent | c3b8d1973c746356057a67f8d5ef7cd829002115 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb (renamed from meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb) | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb index 83582c5..9f545c1 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb | |||
| @@ -4,15 +4,10 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" |
| 6 | 6 | ||
| 7 | SRCNAME = "keystoneauth1" | 7 | SRC_URI[md5sum] = "d3f93a071551a753218fd50d9f680ee6" |
| 8 | SRC_URI = "http://pypi.io/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 8 | SRC_URI[sha256sum] = "768036ee66372df2ad56716b8be4965cef9a59a01647992919516defb282e365" |
| 9 | 9 | ||
| 10 | SRC_URI[md5sum] = "d24c08bc7d59081adce160444ebc6993" | 10 | inherit setuptools pypi |
| 11 | SRC_URI[sha256sum] = "075a9ca7a8877c5885fa2487699015e45260c4e6be119683effe0ad2ab1255d2" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | 11 | ||
| 17 | DEPENDS += " \ | 12 | DEPENDS += " \ |
| 18 | python-pbr \ | 13 | python-pbr \ |
| @@ -21,7 +16,6 @@ DEPENDS += " \ | |||
| 21 | RDEPENDS_${PN} += " \ | 16 | RDEPENDS_${PN} += " \ |
| 22 | python-pbr \ | 17 | python-pbr \ |
| 23 | python-iso8601 \ | 18 | python-iso8601 \ |
| 24 | python-positional \ | ||
| 25 | python-requests \ | 19 | python-requests \ |
| 26 | python-six \ | 20 | python-six \ |
| 27 | python-stevedore \ | 21 | python-stevedore \ |
