From 23e5f17c287218817177a831676a05e1303e615d Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 8 Aug 2017 16:28:59 +0200 Subject: python-os-brick: Uprev to v1.6.2 and update dependency list This is used by latest stable/newton. Signed-off-by: Adrian Dudau --- .../recipes-devtools/python/python-os-brick_git.bb | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-os-brick_git.bb') 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..4234754 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/newton \ " -PV = "0.5.0+git${SRCPV}" -SRCREV = "5ac54d4e0c89daba1be80702ee4060a538c08754" +PV = "1.6.2+git${SRCPV}" +SRCREV = "b4b21f0a6deb6434f777d9ee4a58a04db8d0afd0" S = "${WORKDIR}/git" inherit setuptools @@ -21,5 +21,19 @@ DEPENDS += " \ " RDEPENDS_${PN} += " \ + python-babel \ + python-castellan \ + python-eventlet \ + python-os-win \ + python-oslo.concurrency \ + python-oslo.i18n \ + python-oslo.log \ + python-oslo.privsep \ + python-oslo.serialization \ + python-oslo.service \ + python-oslo.utils \ python-pbr \ + python-requests \ + python-retrying \ + python-six \ " -- cgit v1.2.3-54-g00ecf