summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-21 22:48:09 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-21 23:17:07 -0500
commit704e63aadc51154f75f99334ef70ed117ffcd48b (patch)
tree96a57ada73c8293a5a53eaf12716b57cee2ec505
parentb080e09c1c7cbcbe0a09971384b0b44b953c3974 (diff)
downloadmeta-cloud-services-704e63aadc51154f75f99334ef70ed117ffcd48b.tar.gz
python-oslo.middleware: uprev to latest stable/newton
Standard updates to SRCREV and git branch, minor updates to runtime dependency list. Dependency version requirements already fulfilled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb
index ef624f3..811068a 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PV = "2.10.0+git${SRCPV}" 7PV = "3.19.0+git${SRCPV}"
8SRCREV = "8a892308e706b46620e3b73aa16a8e969ee80739" 8SRCREV = "e3e052a92e9eb3e40af3c653281c944d34f822b4"
9 9
10SRCNAME = "oslo.middleware" 10SRCNAME = "oslo.middleware"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
@@ -24,8 +24,6 @@ DEPENDS += " \
24# RDEPENDS_default: 24# RDEPENDS_default:
25RDEPENDS_${PN} += " \ 25RDEPENDS_${PN} += " \
26 python-pbr \ 26 python-pbr \
27 python-ordereddict \
28 python-babel \
29 python-jinja2 \ 27 python-jinja2 \
30 python-oslo.config \ 28 python-oslo.config \
31 python-oslo.context \ 29 python-oslo.context \