summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb
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/python3-oslotest_git.bb
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/python3-oslotest_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslotest_git.bb39
1 files changed, 39 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb
new file mode 100644
index 0000000..ecc0672
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb
@@ -0,0 +1,39 @@
1DESCRIPTION = "OpenStack test framework and test fixtures. \
2The oslotest package can be cross-tested against its consuming projects to ensure \
3that no changes to the library break the tests in those other projects."
4HOMEPAGE = "https://pypi.python.org/pypi/oslotest"
5SECTION = "devel/python"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
8
9PV = "2.17.2+git${SRCPV}"
10SRCREV = "54ac29c3edd46530c1ee90eb860a7e686d9a3740"
11
12SRCNAME = "oslotest"
13SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
14
15S = "${WORKDIR}/git"
16
17inherit setuptools3
18
19DEPENDS += "\
20 python3-pbr \
21 "
22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python3-pbr-native \
26 "
27
28RDEPENDS_${PN} = "python3-fixtures \
29 python3-subunit \
30 python3-six \
31 python3-testrepository \
32 python3-testtools \
33 python3-mock \
34 python3-mox3 \
35 python3-os-client-config \
36 python3-debtcollector \
37 bash \
38"
39