From 9ff65ecfdc232eda192c1ca2f79a99a61121737a Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 1 Dec 2017 15:19:37 -0500 Subject: python-barbicanclient: uprev to latest stable/pike Needed for the uprev of python-castellan. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-barbicanclient_git.bb | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" -PR = "r0" - SRC_URI = "\ - git://github.com/openstack/python-barbicanclient.git;branch=master \ + git://github.com/openstack/python-barbicanclient.git;branch=stable/pike \ " -PV = "3.0.3+git${SRCPV}" -SRCREV = "2919366867af335d59913764a55ca8e95569947d" +PV = "4.5.2+git${SRCPV}" +SRCREV = "775de93a612db866bb39ba6828f3e7bd1aa3c9f5" S = "${WORKDIR}/git" inherit setuptools @@ -22,7 +20,12 @@ DEPENDS += " \ " RDEPENDS_${PN} += " \ + python-pbr \ python-requests \ python-six \ - python-keystoneclient \ - " + python-cliff \ + python-keystoneauth1 \ + python-oslo.i18n \ + python-oslo.serialization \ + python-oslo.utils \ + " -- cgit v1.2.3-54-g00ecf