summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-21 11:39:21 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-21 11:39:21 -0500
commita6c018a7467f48293ddb67dbd58edd8d80db10ad (patch)
treee478f590f4a1ec8060d45db70605aaf1e3b899bb /meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
parentb26228953c1d0d8fa5b3f987bc6d6ccd7a753850 (diff)
downloadmeta-cloud-services-a6c018a7467f48293ddb67dbd58edd8d80db10ad.tar.gz
oslo: update to latest versions
To get the clients functional, we need to update to the latest oslo release (and git trees). 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.bb4
1 files changed, 2 insertions, 2 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 57a573e..5c11505 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
@@ -9,8 +9,8 @@ PR = "r0"
9SRCNAME = "oslo.messaging" 9SRCNAME = "oslo.messaging"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
11 11
12PV = "1.4.1" 12PV = "1.6.0"
13SRCREV = "a87aa3ef00907d5d9222a816df2298d2fc7c3683" 13SRCREV = "68cd8cfecc12a40b61a7b8557aad7b5a4e1f1c6d"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools 16inherit setuptools