summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-14 10:04:04 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-14 10:04:04 +0200
commitc43516f9b215cb8217458d63760d8ea372fbe31a (patch)
treeeadb26d1a7b0f2e3131823ab8fa8e4c6060142d9
parenta3892f357f4decaa1c40d838f481f92b93aed727 (diff)
downloadmeta-cloud-services-c43516f9b215cb8217458d63760d8ea372fbe31a.tar.gz
python-oslotest: Use correct {PV}
The git hash corresponds to v2.10.1, which is the latest for stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslotest_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
index d08e107..5adec69 100644
--- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
@@ -6,7 +6,7 @@ SECTION = "devel/python"
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
8 8
9PV = "2.10.0+git${SRCPV}" 9PV = "2.10.1+git${SRCPV}"
10SRCREV = "a8c5ed4008963a3436f4a4932ac544f5ee4c283b" 10SRCREV = "a8c5ed4008963a3436f4a4932ac544f5ee4c283b"
11 11
12SRCNAME = "oslotest" 12SRCNAME = "oslotest"