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 --- meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-oslo.context_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb index 571e1c2..bf1ae7a 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "oslo.context" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" -PV = "2.9.0+git${SRCPV}" -SRCREV = "b8fe4065ab5ee365526ced5aff12eaa0b8409cb7" +PV = "2.17.0+git${SRCPV}" +SRCREV = "f4b6914db02e6bcf0de4a97bbc3dc85dd6e06d91" S = "${WORKDIR}/git" inherit setuptools @@ -27,5 +27,6 @@ DEPENDS += " \ RDEPENDS_${PN} += " \ bash \ python-pbr \ + python-debtcollector \ python-positional \ " -- cgit v1.2.3-54-g00ecf