summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-07 15:38:38 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-08 14:17:24 -0500
commit0a25cc15e836c4bdd8c59f18d690460d62de6cb9 (patch)
treec32601b9df12a2190ef451310d9a99b2eb0cd089 /meta-openstack/recipes-devtools/python/python-oslotest_git.bb
parentd3d2bd09918f75cd22288795c169a54c4ee8cfaf (diff)
downloadmeta-cloud-services-0a25cc15e836c4bdd8c59f18d690460d62de6cb9.tar.gz
python-oslo*: uprev to latest stable/pike
Uprev all of the existing 'oslo' packages to the latest commit on the stable/pike branch. This will allow us to prepare for the uprev of the main openstack components to stable/pike. Dependencies are been validated and uprev'd/added as needed. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslotest_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslotest_git.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
index d08e107..20c0b53 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 = "2.10.0+git${SRCPV}" 9PV = "2.17.0+git${SRCPV}"
10SRCREV = "a8c5ed4008963a3436f4a4932ac544f5ee4c283b" 10SRCREV = "aea2b5cfd6442195f7ee479e21664631825af924"
11 11
12SRCNAME = "oslotest" 12SRCNAME = "oslotest"
13SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 13SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
@@ -24,12 +24,11 @@ RDEPENDS_${PN} = "python-fixtures \
24 python-subunit \ 24 python-subunit \
25 python-six \ 25 python-six \
26 python-testrepository \ 26 python-testrepository \
27 python-testscenarios \
28 python-testtools \ 27 python-testtools \
29 python-mock \ 28 python-mock \
30 python-mox3 \ 29 python-mox3 \
31 python-os-client-config \ 30 python-os-client-config \
32 python-debtcollector \ 31 python-debtcollector \
33 python-pbr \
34 bash \ 32 bash \
35" 33"
34 \ No newline at end of file