From 4520f75b1c7a1c0c5eed275b67d787fb0913dc42 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 23 Nov 2020 23:00:19 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python3-salttesting_git.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-salttesting_git.bb (limited to 'meta-openstack/recipes-devtools/python/python3-salttesting_git.bb') 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 @@ +SUMMARY = "Common testing tools used in the Salt Stack projects" +HOMEPAGE = "https://github.com/saltstack/salt-testing" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f36f1e9e3e30f90180efdf7e40d943e5" + +SRC_URI = "git://github.com/saltstack/salt-testing.git;branch=develop;tag=v2018.9.21 \ + file://0001-Add-ptest-output-option-to-test-suite.patch \ + " + +PV = "2018.9.21+git${SRCPV}" + +S = "${WORKDIR}/git" + +RDEPENDS_${PN} = "\ + python3-mock \ + python3-unittest \ +" + +inherit setuptools3 -- cgit v1.2.3-54-g00ecf