summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-06-29 11:37:48 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-30 03:57:49 +0000
commit18684ba4f2c48765dda9e9560a077a59ec619674 (patch)
tree36fe40a99dfe01214958370ff3fafb49a939be9c /meta-openstack/recipes-devtools/python
parentaecaeb1ca573eeee1547379d22de37f714f166c2 (diff)
downloadmeta-cloud-services-18684ba4f2c48765dda9e9560a077a59ec619674.tar.gz
python3-oslotest: Change python to python3
upgrade 2.17.0 -> 2.17.2 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslotest_git.bb (renamed from meta-openstack/recipes-devtools/python/python-oslotest_git.bb)26
1 files changed, 13 insertions, 13 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb
index 7505100..ecc0672 100644
--- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb
@@ -6,8 +6,8 @@ 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.17.0+git${SRCPV}" 9PV = "2.17.2+git${SRCPV}"
10SRCREV = "aea2b5cfd6442195f7ee479e21664631825af924" 10SRCREV = "54ac29c3edd46530c1ee90eb860a7e686d9a3740"
11 11
12SRCNAME = "oslotest" 12SRCNAME = "oslotest"
13SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" 13SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
@@ -17,23 +17,23 @@ S = "${WORKDIR}/git"
17inherit setuptools3 17inherit setuptools3
18 18
19DEPENDS += "\ 19DEPENDS += "\
20 python-pbr \ 20 python3-pbr \
21 " 21 "
22 22
23# Satisfy setup.py 'setup_requires' 23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \ 24DEPENDS += " \
25 python-pbr-native \ 25 python3-pbr-native \
26 " 26 "
27 27
28RDEPENDS_${PN} = "python-fixtures \ 28RDEPENDS_${PN} = "python3-fixtures \
29 python-subunit \ 29 python3-subunit \
30 python-six \ 30 python3-six \
31 python-testrepository \ 31 python3-testrepository \
32 python-testtools \ 32 python3-testtools \
33 python-mock \ 33 python3-mock \
34 python-mox3 \ 34 python3-mox3 \
35 python-os-client-config \ 35 python3-os-client-config \
36 python-debtcollector \ 36 python3-debtcollector \
37 bash \ 37 bash \
38" 38"
39 39