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.config_git.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-oslo.config_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb index ade23ba..0ccc66e 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb @@ -4,11 +4,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" -PV = "3.17.0+git${SRCPV}" -SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3" +PV = "4.11.1+git${SRCPV}" +SRCREV = "fb0738974824af6e1bc7d9fdf32a7c1d3ebf65fb" SRCNAME = "oslo.config" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" S = "${WORKDIR}/git" @@ -32,4 +32,6 @@ RDEPENDS_${PN} += " \ python-debtcollector \ python-oslo.i18n \ python-rfc3986 \ + python-pyyaml \ " + \ No newline at end of file -- cgit v1.2.3-54-g00ecf