From 85f65f3a5f8001ec807f57eaa391a44ed3ed051c Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 20 Jan 2017 15:49:23 -0500 Subject: python-oslo.context: uprev to latest stable/newton Requires the introduction of python-positional. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-oslo.context_git.bb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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 28285ad..571e1c2 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb @@ -5,17 +5,16 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "oslo.context" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" -PV = "0.8.0+git${SRCPV}" -SRCREV = "5e677dc2322618dc9b4ac7683b24f91e4e7f5ce2" +PV = "2.9.0+git${SRCPV}" +SRCREV = "b8fe4065ab5ee365526ced5aff12eaa0b8409cb7" S = "${WORKDIR}/git" inherit setuptools DEPENDS += " \ python-pip \ - python-babel \ python-pbr \ " @@ -28,5 +27,5 @@ DEPENDS += " \ RDEPENDS_${PN} += " \ bash \ python-pbr \ - python-babel \ + python-positional \ " -- cgit v1.2.3-54-g00ecf