[meta-virtualization] [m-c-s][PATCH 09/12] python-os-brick: uprev to 1.15.5

Mark Asselstine mark.asselstine at windriver.com
Wed Apr 4 13:02:53 PDT 2018


Required uprev to support the stable/pike version of python-nova.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../recipes-devtools/python/python-os-brick_git.bb   | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb
index cbfc8ab..f266f70 100644
--- a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb
@@ -5,11 +5,11 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
 SRC_URI = "\
-	git://github.com/openstack/os-brick.git;branch=master \
+	git://github.com/openstack/os-brick.git;branch=stable/pike \
 	"
 
-PV = "0.5.0+git${SRCPV}"
-SRCREV = "5ac54d4e0c89daba1be80702ee4060a538c08754"
+PV = "1.15.5+git${SRCPV}"
+SRCREV = "4090db76673cadb3b8adfceb106069e03414de49"
 S = "${WORKDIR}/git"
 
 inherit setuptools
@@ -22,4 +22,16 @@ DEPENDS += " \
 
 RDEPENDS_${PN} += " \
         python-pbr \
-	"
+        python-babel \
+        python-eventlet \
+        python-oslo.concurrency \
+        python-oslo.log \
+        python-oslo.serialization \
+        python-oslo.i18n \
+        python-oslo.privsep \
+        python-oslo.service \
+        python-oslo.utils \
+        python-requests \
+        python-retrying \
+        python-six \
+        python-os-win \
-- 
2.7.4



More information about the meta-virtualization mailing list