summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-20 15:49:23 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-20 15:54:50 -0500
commit85f65f3a5f8001ec807f57eaa391a44ed3ed051c (patch)
tree391689e7e298228908e4c0e00cb79a150c0de212 /meta-openstack/recipes-devtools/python
parentf97209624797dde3fc355369867a301685451a63 (diff)
downloadmeta-cloud-services-85f65f3a5f8001ec807f57eaa391a44ed3ed051c.tar.gz
python-oslo.context: uprev to latest stable/newton
Requires the introduction of python-positional. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.context_git.bb9
1 files 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"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRCNAME = "oslo.context" 7SRCNAME = "oslo.context"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
9 9
10PV = "0.8.0+git${SRCPV}" 10PV = "2.9.0+git${SRCPV}"
11SRCREV = "5e677dc2322618dc9b4ac7683b24f91e4e7f5ce2" 11SRCREV = "b8fe4065ab5ee365526ced5aff12eaa0b8409cb7"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit setuptools 14inherit setuptools
15 15
16DEPENDS += " \ 16DEPENDS += " \
17 python-pip \ 17 python-pip \
18 python-babel \
19 python-pbr \ 18 python-pbr \
20 " 19 "
21 20
@@ -28,5 +27,5 @@ DEPENDS += " \
28RDEPENDS_${PN} += " \ 27RDEPENDS_${PN} += " \
29 bash \ 28 bash \
30 python-pbr \ 29 python-pbr \
31 python-babel \ 30 python-positional \
32 " 31 "