[meta-virtualization] [m-c-s][PATCH 2/4] python-oslo.context: uprev to latest stable/newton

Mark Asselstine mark.asselstine at windriver.com
Fri Jan 20 12:49:23 PST 2017


Requires the introduction of python-positional.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../recipes-devtools/python/python-oslo.context_git.bb           | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

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 \
         "
-- 
2.7.4



More information about the meta-virtualization mailing list