[meta-virtualization] [m-c-s][PATCH 2/7] python-barbicanclient: uprev to latest stable/pike

Mark Asselstine mark.asselstine at windriver.com
Fri Dec 1 12:19:37 PST 2017


Needed for the uprev of python-castellan.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../python/python-barbicanclient_git.bb                 | 17 ++++++++++-------
 1 file 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"
 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 \
+        "
-- 
2.7.4



More information about the meta-virtualization mailing list