diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-20 15:49:23 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-20 15:54:50 -0500 |
| commit | 85f65f3a5f8001ec807f57eaa391a44ed3ed051c (patch) | |
| tree | 391689e7e298228908e4c0e00cb79a150c0de212 /meta-openstack/recipes-devtools | |
| parent | f97209624797dde3fc355369867a301685451a63 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | 9 |
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" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | SRCNAME = "oslo.context" | 7 | SRCNAME = "oslo.context" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" |
| 9 | 9 | ||
| 10 | PV = "0.8.0+git${SRCPV}" | 10 | PV = "2.9.0+git${SRCPV}" |
| 11 | SRCREV = "5e677dc2322618dc9b4ac7683b24f91e4e7f5ce2" | 11 | SRCREV = "b8fe4065ab5ee365526ced5aff12eaa0b8409cb7" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools | 14 | inherit setuptools |
| 15 | 15 | ||
| 16 | DEPENDS += " \ | 16 | DEPENDS += " \ |
| 17 | python-pip \ | 17 | python-pip \ |
| 18 | python-babel \ | ||
| 19 | python-pbr \ | 18 | python-pbr \ |
| 20 | " | 19 | " |
| 21 | 20 | ||
| @@ -28,5 +27,5 @@ DEPENDS += " \ | |||
| 28 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS_${PN} += " \ |
| 29 | bash \ | 28 | bash \ |
| 30 | python-pbr \ | 29 | python-pbr \ |
| 31 | python-babel \ | 30 | python-positional \ |
| 32 | " | 31 | " |
