summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:25 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commitd473d14e55d8549e03973df8fdb238bca851a3a7 (patch)
treeaacafa39d00ef2756a54a78a16ae5deb1415cda1 /meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
parenta0f247653253af3a1b858ea43402ec82e422b4bd (diff)
downloadmeta-cloud-services-d473d14e55d8549e03973df8fdb238bca851a3a7.tar.gz
python-oslo.messaging: upgrade to 1.8.3
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb23
1 files changed, 15 insertions, 8 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 8841ec0..82a5c98 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
@@ -4,26 +4,33 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
6 6
7PR = "r0"
8
9SRCNAME = "oslo.messaging" 7SRCNAME = "oslo.messaging"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo"
11 9
12PV = "1.6.0" 10PV = "1.8.3"
13SRCREV = "68cd8cfecc12a40b61a7b8557aad7b5a4e1f1c6d" 11SRCREV = "0f24108058fbf15752d384be4c13e4fbac801f2a"
14S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
15 13
16inherit setuptools 14inherit setuptools
17 15
18# DEPENDS_default: python-pip
19
20DEPENDS += " \ 16DEPENDS += " \
21 python-pip \ 17 python-pip \
22 python-pbr \ 18 python-pbr \
23 " 19 "
24 20
25# RDEPENDS_default:
26RDEPENDS_${PN} += " \ 21RDEPENDS_${PN} += " \
27 bash \ 22 bash \
28 python-pbr \ 23 python-pbr \
24 python-oslo.config \
25 python-oslo.utils \
26 python-oslo.serialization \
27 python-oslo.i18n \
28 python-stevedore \
29 python-six \
30 python-eventlet \
31 python-pyyaml \
32 python-kombu \
33 python-oslo.middleware \
34 python-futures \
35 python-aioeventlet \
29 " 36 "