From 844f0ad2aa79bf478f30a77dbbbf626471d7820f Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 17 Jan 2017 13:49:52 -0500 Subject: python-oslo.config: uprev to latest stable/newton Requires uprev to python-debtcollector, python-rfc3986, python-netaddr and python-stevedore. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-oslo.config_git.bb | 9 ++++++--- 1 file changed, 6 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 abd3269..a8e6a68 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 = "2.6.0+git${SRCPV}" -SRCREV = "ee2bab65e9a2f38bb915f106a4da1520e4b5060c" +PV = "3.17.0+git${SRCPV}" +SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3" SRCNAME = "oslo.config" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" S = "${WORKDIR}/git" @@ -24,4 +24,7 @@ RDEPENDS_${PN} += " \ python-netaddr \ python-six \ python-stevedore \ + python-debtcollector \ + python-oslo.i18n \ + python-rfc3986 \ " -- cgit v1.2.3-54-g00ecf