From 9c75a8ae4a85e781b31a5a7555c877d34ade62a6 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Sat, 21 Jan 2017 17:17:12 -0500 Subject: python-oslo.log: uprev to latest stable/newton Just a few updates for runtime dependencies. Dependency version requirement are all already fulfilled. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-oslo.log_git.bb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-oslo.log_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb index b290863..9a819c6 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" SRCNAME = "oslo.log" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" -PV = "1.13.0+git${SRCPV}" -SRCREV = "60d9aa05d45bf948106f79ad7257080a731af6c5" +PV = "3.16.0+git${SRCPV}" +SRCREV = "a6efc0e714171d4f5ec8baef46cc8734fb4139dc" S = "${WORKDIR}/git" inherit setuptools @@ -29,8 +29,6 @@ RDEPENDS_${PN} += " \ bash \ python-pbr \ python-six \ - python-babel \ - python-iso8601 \ python-oslo.config \ python-oslo.context \ python-oslo.i18n \ @@ -38,4 +36,5 @@ RDEPENDS_${PN} += " \ python-oslo.serialization \ python-pyinotify \ python-debtcollector \ + python-dateutil \ " -- cgit v1.2.3-54-g00ecf