summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-21 17:25:04 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-21 23:17:07 -0500
commit18c675003db54faa437a0aba62fd5df259e9bc01 (patch)
tree9147d02df887f798b0d16d168b6026c78922500a
parent9c75a8ae4a85e781b31a5a7555c877d34ade62a6 (diff)
downloadmeta-cloud-services-18c675003db54faa437a0aba62fd5df259e9bc01.tar.gz
python-oslo.concurrency: 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.concurrency_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
index 6956504..7b1fe68 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_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.8.0+git${SRCPV}" 7PV = "3.14.0+git${SRCPV}"
8SRCREV = "28fb7e8bb0dfc39e9f5ed46ade65ea85048efc34" 8SRCREV = "9ac99b675eae255b660b03d3a1e61599d09f8316"
9 9
10SRCNAME = "oslo.concurrency" 10SRCNAME = "oslo.concurrency"
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
@@ -25,7 +25,6 @@ DEPENDS += " \
25RDEPENDS_${PN} += " \ 25RDEPENDS_${PN} += " \
26 python-pbr \ 26 python-pbr \
27 python-fasteners \ 27 python-fasteners \
28 python-babel \
29 python-iso8601 \ 28 python-iso8601 \
30 python-oslo.config \ 29 python-oslo.config \
31 python-oslo.i18n \ 30 python-oslo.i18n \