summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-castellan_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-08 15:24:45 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-08 15:24:45 +0200
commit9b53adf9b77dc01f4c0aca3faabab9bdb93c84c7 (patch)
tree3b5732f9ea84ecfd13c2396bae06d39195fe89d5 /meta-openstack/recipes-devtools/python/python-castellan_git.bb
parent12557f3a2501bf5dc530f1c5626cfebdd89e85f6 (diff)
downloadmeta-cloud-services-9b53adf9b77dc01f4c0aca3faabab9bdb93c84c7.tar.gz
python-castellan: Uprev to v0.4.0
Thre is no version specified for the newton release, Castellan is listed as independed under the Barbican project. However it is listed as a requirement for Nova, so I upgraded to the minimum required version specified there, i.e. 0.4.0. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-castellan_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-castellan_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-castellan_git.bb b/meta-openstack/recipes-devtools/python/python-castellan_git.bb
index 40a085d..0cd213e 100644
--- a/meta-openstack/recipes-devtools/python/python-castellan_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-castellan_git.bb
@@ -10,8 +10,8 @@ SRC_URI = "\
10 git://git.openstack.org/openstack/${SRCNAME}.git;branch=master \ 10 git://git.openstack.org/openstack/${SRCNAME}.git;branch=master \
11 " 11 "
12 12
13PV="0.2.1+git${SRCPV}" 13PV="0.4.0+git${SRCPV}"
14SRCREV="4fda4a749f3f908d58817c326676073aa6fcf62a" 14SRCREV="abf5584dd0f83a5e70f8c6417f5d5e7e13f8d848"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit setuptools 17inherit setuptools