diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-04-04 16:02:55 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-09 10:48:37 -0400 |
| commit | c87a3d517bd49b1e915ba9bb3f20bfc86d239dbc (patch) | |
| tree | 7aeffbbbe43d97925f3065f9fd2706920e287278 /meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb | |
| parent | a6c1bd6980f7fbefa8b03c288c94f46b38677142 (diff) | |
| download | meta-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.25.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb b/meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb deleted file mode 100644 index a46cf41..0000000 --- a/meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | DESCRIPTION = "Coordination library for distributed systems." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/tooz" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "939eaf6c5e49d3a41e8c9f2e92126cfc" | ||
| 8 | SRC_URI[sha256sum] = "d61639640b8e4fc64195306f8fae92cf271a002c690bf693ee51f9790cf8141e" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python-pip \ | ||
| 16 | python-pbr \ | ||
| 17 | " | ||
| 18 | |||
| 19 | # RDEPENDS_default: | ||
| 20 | RDEPENDS_${PN} += " \ | ||
| 21 | python-kazoo \ | ||
| 22 | python-zake \ | ||
| 23 | python-sysv-ipc \ | ||
| 24 | python-memcache \ | ||
| 25 | python-pbr \ | ||
| 26 | python-babel \ | ||
| 27 | python-stevedore \ | ||
| 28 | python-six \ | ||
| 29 | python-iso8601 \ | ||
| 30 | python-msgpack \ | ||
| 31 | python-fasteners \ | ||
| 32 | python-retrying \ | ||
| 33 | python-futurist \ | ||
| 34 | python-oslo.utils \ | ||
| 35 | python-oslo.serialization \ | ||
| 36 | python-futures \ | ||
| 37 | " | ||
