summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 17:56:14 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 18:04:07 +0200
commita648ff58f00d8b55ae56a51c4716d1fde1517e06 (patch)
tree4a16a3bb89134f61c96bca4052215d993c302714 /meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
parent847e0577d61638c457ec522f48cea0657a442973 (diff)
downloadmeta-cloud-services-a648ff58f00d8b55ae56a51c4716d1fde1517e06.tar.gz
python-oslo.concurrency: Use correct {PV}
The git hash corresponds to v3.14.1, which is the latest for stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb2
1 files changed, 1 insertions, 1 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 7b1fe68..a6d4b2d 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
@@ -4,7 +4,7 @@ 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 = "3.14.0+git${SRCPV}" 7PV = "3.14.1+git${SRCPV}"
8SRCREV = "9ac99b675eae255b660b03d3a1e61599d09f8316" 8SRCREV = "9ac99b675eae255b660b03d3a1e61599d09f8316"
9 9
10SRCNAME = "oslo.concurrency" 10SRCNAME = "oslo.concurrency"