summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-castellan_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-12-01 15:19:40 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-12-01 21:46:36 -0500
commit59d0536a2ab2a6f666ebfc1c5b75ed87e7128afe (patch)
tree97dda738817f35cbbedb2b309494a5fca4046430 /meta-openstack/recipes-devtools/python/python-castellan_git.bb
parent802ef56ac60b3356b8e186fd4598053d34a4f449 (diff)
downloadmeta-cloud-services-59d0536a2ab2a6f666ebfc1c5b75ed87e7128afe.tar.gz
python-castellan: uprev to latest stable/pike
This uprev is required by the stable/pike version of python-cursive. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-castellan_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-castellan_git.bb13
1 files changed, 7 insertions, 6 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..9401ad9 100644
--- a/meta-openstack/recipes-devtools/python/python-castellan_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-castellan_git.bb
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7SRCNAME = "castellan" 7SRCNAME = "castellan"
8 8
9SRC_URI = "\ 9SRC_URI = "\
10 git://git.openstack.org/openstack/${SRCNAME}.git;branch=master \ 10 git://git.openstack.org/openstack/${SRCNAME}.git;branch=stable/pike \
11 " 11 "
12 12
13PV="0.2.1+git${SRCPV}" 13PV="0.12.1+git${SRCPV}"
14SRCREV="4fda4a749f3f908d58817c326676073aa6fcf62a" 14SRCREV="124e9296fe79412b510c73b35936a6be91267d18"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit setuptools 17inherit setuptools
@@ -25,10 +25,11 @@ RDEPENDS_${PN} += " \
25 python-pbr \ 25 python-pbr \
26 python-babel \ 26 python-babel \
27 python-cryptography \ 27 python-cryptography \
28 python-barbicanclient \
28 python-oslo.config \ 29 python-oslo.config \
29 python-oslo.context \ 30 python-oslo.context \
31 python-oslo.i18n \
30 python-oslo.log \ 32 python-oslo.log \
31 python-oslo.policy \
32 python-oslo.serialization \
33 python-oslo.utils \ 33 python-oslo.utils \
34 " 34 python-keystoneauth1 \
35 "