summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-20 16:59:35 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-21 23:17:03 -0500
commit022417ed2fe9c9186711445e07d54bead1d7c6b2 (patch)
tree8e3aafae0f3f08c317497dacbb74a7ef74bf7b58
parent446decba5334ff067a7e84cb332ad65fd4758fac (diff)
downloadmeta-cloud-services-022417ed2fe9c9186711445e07d54bead1d7c6b2.tar.gz
python-oslotest: uprev to latest stable/newton
This requires uprev's to pythong-os-client-config and python-fixtures. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslotest_git.bb11
1 files 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"
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
8 8
9PV = "1.12.0+git${SRCPV}" 9PV = "2.10.0+git${SRCPV}"
10SRCREV = "b5e355fcecdf7727fe33e355c4f87d1971b5fef5" 10SRCREV = "a8c5ed4008963a3436f4a4932ac544f5ee4c283b"
11 11
12SRCNAME = "oslotest" 12SRCNAME = "oslotest"
13SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 13SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
@@ -22,11 +22,14 @@ DEPENDS += "\
22 22
23RDEPENDS_${PN} = "python-fixtures \ 23RDEPENDS_${PN} = "python-fixtures \
24 python-subunit \ 24 python-subunit \
25 python-six \
25 python-testrepository \ 26 python-testrepository \
26 python-testscenarios \ 27 python-testscenarios \
27 python-testtools \ 28 python-testtools \
28 python-mock \ 29 python-mock \
29 python-mox \ 30 python-mox3 \
31 python-os-client-config \
32 python-debtcollector \
30 python-pbr \ 33 python-pbr \
31 bash \ 34 bash \
32" 35"