From 079219736cf8f3a25f5071d85a35666e570fb743 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 4 Apr 2018 16:02:53 -0400 Subject: python-os-brick: uprev to 1.15.5 Required uprev to support the stable/pike version of python-nova. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-os-brick_git.bb | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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 \ -- cgit v1.2.3-54-g00ecf