[meta-virtualization] [m-c-s][PATCH 6/6] python-oslotest: uprev to latest stable/newton

Mark Asselstine mark.asselstine at windriver.com
Fri Jan 20 13:59:35 PST 2017


This requires uprev's to pythong-os-client-config and python-fixtures.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 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 \
 "
-- 
2.7.4



More information about the meta-virtualization mailing list