summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-10 13:23:19 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-10 15:23:23 +0200
commita1022d2930882a1a970328f6f61f44cc8c238992 (patch)
tree423a4089d921e15283172a70a35ebeaca5b2e736
parent029fde3117b8657524d00e2aee9ecd21dee75d28 (diff)
downloadmeta-cloud-services-a1022d2930882a1a970328f6f61f44cc8c238992.tar.gz
python-tooz: Uprev to v1.43.1 and update dependency list
This version is used for latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-tooz_1.43.1.bb (renamed from meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb)32
1 files changed, 17 insertions, 15 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb b/meta-openstack/recipes-devtools/python/python-tooz_1.43.1.bb
index a2c4f52..9ac0901 100644
--- a/meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-tooz_1.43.1.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7 7
8SRCNAME = "tooz" 8SRCNAME = "tooz"
9SRC_URI = "http://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "https://pypi.python.org/packages/20/1d/1789411802f57ce9e1c7900097f17633109fb65b2b89fa7f6fbae17eeb72/${SRCNAME}-${PV}.tar.gz"
10 10
11SRC_URI[md5sum] = "939eaf6c5e49d3a41e8c9f2e92126cfc" 11SRC_URI[md5sum] = "59efc88dafcee29d373864272b89f0f8"
12SRC_URI[sha256sum] = "d61639640b8e4fc64195306f8fae92cf271a002c690bf693ee51f9790cf8141e" 12SRC_URI[sha256sum] = "98d15936e8f3022d1a1f026d1a26e87acc506883b79d6c30bc89da2bc8c27b91"
13 13
14S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
15 15
@@ -24,20 +24,22 @@ DEPENDS += " \
24 24
25# RDEPENDS_default: 25# RDEPENDS_default:
26RDEPENDS_${PN} += " \ 26RDEPENDS_${PN} += " \
27 python-kazoo \
28 python-zake \
29 python-sysv-ipc \
30 python-memcache \
31 python-pbr \
32 python-babel \ 27 python-babel \
33 python-stevedore \ 28 python-enum34 \
34 python-six \
35 python-iso8601 \
36 python-msgpack \
37 python-fasteners \ 29 python-fasteners \
38 python-retrying \ 30 python-futures \
39 python-futurist \ 31 python-futurist \
40 python-oslo.utils \ 32 python-iso8601 \
33 python-kazoo \
34 python-memcache \
35 python-msgpack \
41 python-oslo.serialization \ 36 python-oslo.serialization \
42 python-futures \ 37 python-oslo.utils \
38 python-pbr \
39 python-retrying \
40 python-six \
41 python-stevedore \
42 python-sysv-ipc \
43 python-voluptuous \
44 python-zake \
43 " 45 "