summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-11-23 23:00:19 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-12-01 16:27:22 -0500
commit4520f75b1c7a1c0c5eed275b67d787fb0913dc42 (patch)
tree878d9cd9db4ce3631b888302c600ca8acfb7da2b /meta-openstack/recipes-devtools/python/python3-salttesting_git.bb
parent93ccc3db29dbac229e6b16e9b25287e8634fcf1a (diff)
downloadmeta-cloud-services-4520f75b1c7a1c0c5eed275b67d787fb0913dc42.tar.gz
python3-salttesting: upgrade 2015.2.16 -> 2018.9.21
Refresh the following patch: 0001-Add-ptest-output-option-to-test-suite.patch Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-salttesting_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-salttesting_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb b/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb
new file mode 100644
index 0000000..3447621
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Common testing tools used in the Salt Stack projects"
2HOMEPAGE = "https://github.com/saltstack/salt-testing"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f36f1e9e3e30f90180efdf7e40d943e5"
6
7SRC_URI = "git://github.com/saltstack/salt-testing.git;branch=develop;tag=v2018.9.21 \
8 file://0001-Add-ptest-output-option-to-test-suite.patch \
9 "
10
11PV = "2018.9.21+git${SRCPV}"
12
13S = "${WORKDIR}/git"
14
15RDEPENDS_${PN} = "\
16 python3-mock \
17 python3-unittest \
18"
19
20inherit setuptools3