From 022417ed2fe9c9186711445e07d54bead1d7c6b2 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 20 Jan 2017 16:59:35 -0500 Subject: python-oslotest: uprev to latest stable/newton This requires uprev's to pythong-os-client-config and python-fixtures. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-oslotest_git.bb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb index 58b79b6..d08e107 100644 --- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb @@ -6,11 +6,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" -PV = "1.12.0+git${SRCPV}" -SRCREV = "b5e355fcecdf7727fe33e355c4f87d1971b5fef5" +PV = "2.10.0+git${SRCPV}" +SRCREV = "a8c5ed4008963a3436f4a4932ac544f5ee4c283b" SRCNAME = "oslotest" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" S = "${WORKDIR}/git" @@ -22,11 +22,14 @@ DEPENDS += "\ RDEPENDS_${PN} = "python-fixtures \ python-subunit \ + python-six \ python-testrepository \ python-testscenarios \ python-testtools \ python-mock \ - python-mox \ + python-mox3 \ + python-os-client-config \ + python-debtcollector \ python-pbr \ bash \ " -- cgit v1.2.3-54-g00ecf