summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-21 17:28:26 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-21 23:17:07 -0500
commit4be0c714d00e816d89e1b0c8ca720d7bb56b1c21 (patch)
treea9ac64be028ba7dac03542778c943c757edf4223
parent18c675003db54faa437a0aba62fd5df259e9bc01 (diff)
downloadmeta-cloud-services-4be0c714d00e816d89e1b0c8ca720d7bb56b1c21.tar.gz
python-oslo.service: uprev to latest stable/newton
Just a few updates for runtime dependencies. Dependency version requirement are all 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.service_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
index 379bff3..a1e5e1a 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PV = "0.11.0" 7PV = "0.16.0"
8SRCREV = "3336127916edcd1d94f9bb2df978facb434efa5e" 8SRCREV = "e11a2880777249674664ec330004fda5e605ac73"
9 9
10SRCNAME = "oslo.service" 10SRCNAME = "oslo.service"
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
@@ -21,7 +21,6 @@ DEPENDS += " \
21 21
22RDEPENDS_${PN} += " \ 22RDEPENDS_${PN} += " \
23 python-pbr \ 23 python-pbr \
24 python-babel \
25 python-webob \ 24 python-webob \
26 python-eventlet \ 25 python-eventlet \
27 python-greenlet \ 26 python-greenlet \