From 3dd375570e0c1bc3a94d1d821946c511b17b1382 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:06 -0500 Subject: python-*: uprev to versions required for liberty This is a collection of recipe uprevs that bring various packages up to the version required to support the liberty release. These uprevs are mostly trivial with the expected SRC_URI and CHECKSUM updates along with updates to the list of dependencies. Where possible recipes have been updated to use git to facilitate future uprevs. For python-futures we need to add a PREFERRED_VERSION to ensure the git version will take precedence over a versioned recipe found in another layer. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-tooz_1.25.0.bb | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb') 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 new file mode 100644 index 0000000..a2c4f52 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb @@ -0,0 +1,43 @@ +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" + + +SRCNAME = "tooz" +SRC_URI = "http://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "939eaf6c5e49d3a41e8c9f2e92126cfc" +SRC_URI[sha256sum] = "d61639640b8e4fc64195306f8fae92cf271a002c690bf693ee51f9790cf8141e" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# 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 \ + " -- cgit v1.2.3-54-g00ecf