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/python-salttesting_2015.2.16.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/python-salttesting_2015.2.16.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-salttesting_2015.2.16.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-salttesting_2015.2.16.bb b/meta-openstack/recipes-devtools/python/python-salttesting_2015.2.16.bb deleted file mode 100644 index d5d1e3e..0000000 --- a/meta-openstack/recipes-devtools/python/python-salttesting_2015.2.16.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 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 | SRCNAME = "salt-testing" | ||
| 7 | |||
| 8 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}" | ||
| 9 | |||
| 10 | SRC_URI = "https://github.com/saltstack/salt-testing/archive/v${PV}.tar.gz;downloadfilename=salt-testing-v${PV}.tar.gz \ | ||
| 11 | file://0001-Add-ptest-output-option-to-test-suite.patch \ | ||
| 12 | " | ||
| 13 | SRC_URI[md5sum] = "8ca55a796e9ad7ba72bc143043753ccf" | ||
| 14 | SRC_URI[sha256sum] = "0ef4be6a8a9b505ae1c328394dfad50493674af6100c7e2c220f374533d86edc" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | RDEPENDS_${PN} = "\ | ||
| 19 | python-mock \ | ||
| 20 | python-unittest \ | ||
| 21 | " | ||
| 22 | |||
| 23 | inherit setuptools3 | ||
| 24 | |||
