summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-12-01 15:19:37 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-12-01 21:46:36 -0500
commit9ff65ecfdc232eda192c1ca2f79a99a61121737a (patch)
tree3ab1e392469f50c42be5a2defcb00fb30510715e /meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
parent0d89747a9007d5439fe253d97f4feea99f6254cb (diff)
downloadmeta-cloud-services-9ff65ecfdc232eda192c1ca2f79a99a61121737a.tar.gz
python-barbicanclient: uprev to latest stable/pike
Needed for the uprev of python-castellan. 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-barbicanclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb17
1 files changed, 10 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
index 4361e34..8b1b8e9 100644
--- a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
@@ -4,14 +4,12 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73"
6 6
7PR = "r0"
8
9SRC_URI = "\ 7SRC_URI = "\
10 git://github.com/openstack/python-barbicanclient.git;branch=master \ 8 git://github.com/openstack/python-barbicanclient.git;branch=stable/pike \
11 " 9 "
12 10
13PV = "3.0.3+git${SRCPV}" 11PV = "4.5.2+git${SRCPV}"
14SRCREV = "2919366867af335d59913764a55ca8e95569947d" 12SRCREV = "775de93a612db866bb39ba6828f3e7bd1aa3c9f5"
15S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
16 14
17inherit setuptools 15inherit setuptools
@@ -22,7 +20,12 @@ DEPENDS += " \
22 " 20 "
23 21
24RDEPENDS_${PN} += " \ 22RDEPENDS_${PN} += " \
23 python-pbr \
25 python-requests \ 24 python-requests \
26 python-six \ 25 python-six \
27 python-keystoneclient \ 26 python-cliff \
28 " 27 python-keystoneauth1 \
28 python-oslo.i18n \
29 python-oslo.serialization \
30 python-oslo.utils \
31 "