From ac446f3bc8a6df622f3551952f055064847f6f0e Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:05 -0500 Subject: python-oslo*: uprev to versions required by liberty This set of updates is fairly straightforward, for the most part it is an update of the git SHA and an update of the dependencies. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 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 ec2651e..3543cae 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb @@ -4,13 +4,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" -PR = "r0" - SRCNAME = "oslo.context" SRC_URI = "git://github.com/openstack/${SRCNAME}.git" -PV = "0.1.0" -SRCREV = "205479f254e2bc90c0c142f1f75df500ae94f916" +PV = "0.8.0+git${SRCPV}" +SRCREV = "5e677dc2322618dc9b4ac7683b24f91e4e7f5ce2" S = "${WORKDIR}/git" inherit setuptools @@ -25,4 +23,5 @@ DEPENDS += " \ RDEPENDS_${PN} += " \ bash \ python-pbr \ + python-babel \ " -- cgit v1.2.3-54-g00ecf