summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 18:02:27 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 18:04:07 +0200
commit82fcf468a2ec3b3a59039b49971bacf34addd4bf (patch)
treeae809315574de400c6d31117220ac6db550e1025 /meta-openstack/recipes-devtools/python
parenta648ff58f00d8b55ae56a51c4716d1fde1517e06 (diff)
downloadmeta-cloud-services-82fcf468a2ec3b3a59039b49971bacf34addd4bf.tar.gz
python-oslo.messaging: Uprev to v5.10.2
This is used by latest stable/newton Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-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 a960771..5d5fec8 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
7SRCNAME = "oslo.messaging" 7SRCNAME = "oslo.messaging"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
9 9
10PV = "5.10.1+git${SRCPV}" 10PV = "5.10.2+git${SRCPV}"
11SRCREV = "cc1ec4e7f3b395d5f25e7d4922e6359b58a2206a" 11SRCREV = "471312755c84337a2b63e87b4b8c5c557a2b66d1"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit setuptools 14inherit setuptools