From 59d0536a2ab2a6f666ebfc1c5b75ed87e7128afe Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 1 Dec 2017 15:19:40 -0500 Subject: python-castellan: uprev to latest stable/pike This uprev is required by the stable/pike version of python-cursive. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-castellan_git.bb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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" SRCNAME = "castellan" SRC_URI = "\ - git://git.openstack.org/openstack/${SRCNAME}.git;branch=master \ + git://git.openstack.org/openstack/${SRCNAME}.git;branch=stable/pike \ " -PV="0.2.1+git${SRCPV}" -SRCREV="4fda4a749f3f908d58817c326676073aa6fcf62a" +PV="0.12.1+git${SRCPV}" +SRCREV="124e9296fe79412b510c73b35936a6be91267d18" S = "${WORKDIR}/git" inherit setuptools @@ -25,10 +25,11 @@ RDEPENDS_${PN} += " \ python-pbr \ python-babel \ python-cryptography \ + python-barbicanclient \ python-oslo.config \ python-oslo.context \ + python-oslo.i18n \ python-oslo.log \ - python-oslo.policy \ - python-oslo.serialization \ python-oslo.utils \ - " + python-keystoneauth1 \ + " -- cgit v1.2.3-54-g00ecf