summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 14:57:03 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 15:01:32 +0200
commitd62e0abb76c8215593e244053394747f352055b9 (patch)
treed85f8521127d94b6f3ebdfc778ad29b0929d745c /meta-openstack/recipes-devtools/python
parente4b966523361e54dc70a8d556dc2a2d39f743fc5 (diff)
downloadmeta-cloud-services-d62e0abb76c8215593e244053394747f352055b9.tar.gz
python-keystoneauth1: Downgrade to v2.12.3
Latest stable/newton lists v2.12.3 as the latest recommended version for python-keystone1. Commit b3c4115e60abe92bf45eef35a4696de0efe3712c that upgraded to v2.18.0 mentions it as a requirement for python-os-client-config, but checking its list of requirements we only find keystoneauth1 (>=2.1.0), which is fulfilled v2.12.3. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneauth1_2.12.3.bb (renamed from meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.12.3.bb
index 83582c5..0df5487 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.12.3.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574"
7SRCNAME = "keystoneauth1" 7SRCNAME = "keystoneauth1"
8SRC_URI = "http://pypi.io/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 8SRC_URI = "http://pypi.io/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
9 9
10SRC_URI[md5sum] = "d24c08bc7d59081adce160444ebc6993" 10SRC_URI[md5sum] = "5bd6abab886067932e84d382d5319f18"
11SRC_URI[sha256sum] = "075a9ca7a8877c5885fa2487699015e45260c4e6be119683effe0ad2ab1255d2" 11SRC_URI[sha256sum] = "921e31ebe93e97f771a228296a40559ed1ab96797f589af0e9ac1189ee21364b"
12 12
13S = "${WORKDIR}/${SRCNAME}-${PV}" 13S = "${WORKDIR}/${SRCNAME}-${PV}"
14 14