From c87a3d517bd49b1e915ba9bb3f20bfc86d239dbc Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 4 Apr 2018 16:02:55 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-tooz_1.25.0.bb | 37 ---------------------- .../recipes-devtools/python/python-tooz_1.48.0.bb | 32 +++++++++++++++++++ 2 files changed, 32 insertions(+), 37 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb (limited to 'meta-openstack') 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 @@ -DESCRIPTION = "Coordination library for distributed systems." -HOMEPAGE = "https://pypi.python.org/pypi/tooz" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -SRC_URI[md5sum] = "939eaf6c5e49d3a41e8c9f2e92126cfc" -SRC_URI[sha256sum] = "d61639640b8e4fc64195306f8fae92cf271a002c690bf693ee51f9790cf8141e" - -inherit setuptools pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-kazoo \ - python-zake \ - python-sysv-ipc \ - python-memcache \ - python-pbr \ - python-babel \ - python-stevedore \ - python-six \ - python-iso8601 \ - python-msgpack \ - python-fasteners \ - python-retrying \ - python-futurist \ - python-oslo.utils \ - python-oslo.serialization \ - python-futures \ - " 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 @@ +DESCRIPTION = "Coordination library for distributed systems." +HOMEPAGE = "https://pypi.python.org/pypi/tooz" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRC_URI[md5sum] = "8b39e07002f21c15d2a463b63d8a2952" +SRC_URI[sha256sum] = "c1b17935207e9c4809feff91b679883928aa5bd3fce75e09b4945c261b513e60" + +inherit setuptools pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python-pbr \ + python-stevedore \ + python-six \ + python-voluptuous \ + python-msgpack \ + python-fasteners \ + python-tenacity \ + python-futures \ + python-futurist \ + python-oslo.utils \ + python-oslo.serialization \ + " -- cgit v1.2.3-54-g00ecf