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.48.0.bb | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb') 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