From 0a25cc15e836c4bdd8c59f18d690460d62de6cb9 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 7 Nov 2017 15:38:38 -0500 Subject: python-oslo*: uprev to latest stable/pike Uprev all of the existing 'oslo' packages to the latest commit on the stable/pike branch. This will allow us to prepare for the uprev of the main openstack components to stable/pike. Dependencies are been validated and uprev'd/added as needed. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-oslo.messaging_git.bb | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb index a960771..6cd5d76 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" SRCNAME = "oslo.messaging" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" -PV = "5.10.1+git${SRCPV}" -SRCREV = "cc1ec4e7f3b395d5f25e7d4922e6359b58a2206a" +PV = "5.30.1+git${SRCPV}" +SRCREV = "a07d852b237d229a0f4dd55fd83379c0581e44e9" S = "${WORKDIR}/git" inherit setuptools @@ -26,8 +26,6 @@ RDEPENDS_${PN} += " \ python-pbr \ python-cachetools \ python-futurist \ - python-oslo.config \ - python-oslo.context \ python-oslo.log \ python-oslo.utils \ python-oslo.serialization \ @@ -38,8 +36,6 @@ RDEPENDS_${PN} += " \ python-debtcollector \ python-monotonic \ python-six \ - python-eventlet \ - python-greenlet \ python-webob \ python-pyyaml \ python-amqp \ @@ -47,5 +43,5 @@ RDEPENDS_${PN} += " \ python-pika \ python-pika-pool \ python-futures \ - python-retrying \ + python-tenacity \ " -- cgit v1.2.3-54-g00ecf