summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
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/recipes-devtools/python/python-tooz_1.48.0.bb
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/recipes-devtools/python/python-tooz_1.48.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb b/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
new file mode 100644
index 0000000..6260663
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
@@ -0,0 +1,32 @@
1DESCRIPTION = "Coordination library for distributed systems."
2HOMEPAGE = "https://pypi.python.org/pypi/tooz"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7SRC_URI[md5sum] = "8b39e07002f21c15d2a463b63d8a2952"
8SRC_URI[sha256sum] = "c1b17935207e9c4809feff91b679883928aa5bd3fce75e09b4945c261b513e60"
9
10inherit setuptools pypi
11
12# DEPENDS_default: python-pip
13
14DEPENDS += " \
15 python-pip \
16 python-pbr \
17 "
18
19# RDEPENDS_default:
20RDEPENDS_${PN} += " \
21 python-pbr \
22 python-stevedore \
23 python-six \
24 python-voluptuous \
25 python-msgpack \
26 python-fasteners \
27 python-tenacity \
28 python-futures \
29 python-futurist \
30 python-oslo.utils \
31 python-oslo.serialization \
32 "