summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-04-04 16:02:55 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-09 10:48:37 -0400
commitc87a3d517bd49b1e915ba9bb3f20bfc86d239dbc (patch)
tree7aeffbbbe43d97925f3065f9fd2706920e287278 /meta-openstack
parenta6c1bd6980f7fbefa8b03c288c94f46b38677142 (diff)
downloadmeta-cloud-services-c87a3d517bd49b1e915ba9bb3f20bfc86d239dbc.tar.gz
python-tooz: uprev to v1.48.0
Required the introduction of python-voluptuous. Required by the stable/pike version of python-nova. 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-tooz_1.48.0.bb (renamed from meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb)17
1 files changed, 6 insertions, 11 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb b/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
index a46cf41..6260663 100644
--- a/meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRC_URI[md5sum] = "939eaf6c5e49d3a41e8c9f2e92126cfc" 7SRC_URI[md5sum] = "8b39e07002f21c15d2a463b63d8a2952"
8SRC_URI[sha256sum] = "d61639640b8e4fc64195306f8fae92cf271a002c690bf693ee51f9790cf8141e" 8SRC_URI[sha256sum] = "c1b17935207e9c4809feff91b679883928aa5bd3fce75e09b4945c261b513e60"
9 9
10inherit setuptools pypi 10inherit setuptools pypi
11 11
@@ -16,22 +16,17 @@ DEPENDS += " \
16 python-pbr \ 16 python-pbr \
17 " 17 "
18 18
19# RDEPENDS_default: 19# RDEPENDS_default:
20RDEPENDS_${PN} += " \ 20RDEPENDS_${PN} += " \
21 python-kazoo \
22 python-zake \
23 python-sysv-ipc \
24 python-memcache \
25 python-pbr \ 21 python-pbr \
26 python-babel \
27 python-stevedore \ 22 python-stevedore \
28 python-six \ 23 python-six \
29 python-iso8601 \ 24 python-voluptuous \
30 python-msgpack \ 25 python-msgpack \
31 python-fasteners \ 26 python-fasteners \
32 python-retrying \ 27 python-tenacity \
28 python-futures \
33 python-futurist \ 29 python-futurist \
34 python-oslo.utils \ 30 python-oslo.utils \
35 python-oslo.serialization \ 31 python-oslo.serialization \
36 python-futures \
37 " 32 "