summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-21 22:48:48 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-21 23:17:12 -0500
commit8ce045d04712053561e22b70e76223d17df215b7 (patch)
tree7fd4b07c0d0652c01e672adece6493f5329b7877
parent3b2e8f542583034f583317beb7680793d1dde3a7 (diff)
downloadmeta-cloud-services-8ce045d04712053561e22b70e76223d17df215b7.tar.gz
python-oslo.messaging: uprev to latest stable/newton
Requires updates to python-futurist, requires a version of python-amqp<2.0, new recipe for python-pika-pool and update python-oslo.middleware 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.messaging_git.bb15
1 files changed, 9 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
index e6c8bf4..a960771 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
@@ -5,10 +5,10 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
6 6
7SRCNAME = "oslo.messaging" 7SRCNAME = "oslo.messaging"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
9 9
10PV = "2.7.0+git${SRCPV}" 10PV = "5.10.1+git${SRCPV}"
11SRCREV = "4f49b7e25373d624ae9146dd46d92b90022c979f" 11SRCREV = "cc1ec4e7f3b395d5f25e7d4922e6359b58a2206a"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit setuptools 14inherit setuptools
@@ -25,8 +25,6 @@ RDEPENDS_${PN} += " \
25 bash \ 25 bash \
26 python-pbr \ 26 python-pbr \
27 python-cachetools \ 27 python-cachetools \
28 python-trollius \
29 python-aioeventlet \
30 python-futurist \ 28 python-futurist \
31 python-oslo.config \ 29 python-oslo.config \
32 python-oslo.context \ 30 python-oslo.context \
@@ -37,6 +35,8 @@ RDEPENDS_${PN} += " \
37 python-oslo.service \ 35 python-oslo.service \
38 python-oslo.i18n \ 36 python-oslo.i18n \
39 python-stevedore \ 37 python-stevedore \
38 python-debtcollector \
39 python-monotonic \
40 python-six \ 40 python-six \
41 python-eventlet \ 41 python-eventlet \
42 python-greenlet \ 42 python-greenlet \
@@ -44,5 +44,8 @@ RDEPENDS_${PN} += " \
44 python-pyyaml \ 44 python-pyyaml \
45 python-amqp \ 45 python-amqp \
46 python-kombu \ 46 python-kombu \
47 python-aioeventlet \ 47 python-pika \
48 python-pika-pool \
49 python-futures \
50 python-retrying \
48 " 51 "