diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-11-23 23:00:19 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-01 16:27:22 -0500 |
| commit | 4520f75b1c7a1c0c5eed275b67d787fb0913dc42 (patch) | |
| tree | 878d9cd9db4ce3631b888302c600ca8acfb7da2b /meta-openstack/recipes-devtools/python/python3-salttesting_git.bb | |
| parent | 93ccc3db29dbac229e6b16e9b25287e8634fcf1a (diff) | |
| download | meta-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.bb | 20 |
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 @@ | |||
| 1 | SUMMARY = "Common testing tools used in the Salt Stack projects" | ||
| 2 | HOMEPAGE = "https://github.com/saltstack/salt-testing" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f36f1e9e3e30f90180efdf7e40d943e5" | ||
| 6 | |||
| 7 | SRC_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 | |||
| 11 | PV = "2018.9.21+git${SRCPV}" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | RDEPENDS_${PN} = "\ | ||
| 16 | python3-mock \ | ||
| 17 | python3-unittest \ | ||
| 18 | " | ||
| 19 | |||
| 20 | inherit setuptools3 | ||
