mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
Changelog: ========= IMPROVEMENTS ------------- * Add support for Python 3.9 * Add support for Python 3.10 * Drop support for Python 2.7, 3.4, and 3.5 * Convert python scripts to entry_points. * Migrate CI from travis to GitHub actions. * Add options to output filter to set timestamps. * Remove dependency on unittest2. BUGFIXES ---------- * Fix tests with testtools >= 2.5.0. * Mark rawstrings as such, fixing warnings. (From OE-Core rev: 8841a4c49ff57bc03f68408883a73ec3a4a75e99) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
486 B
BlitzBasic
16 lines
486 B
BlitzBasic
SUMMARY = "Python implementation of subunit test streaming protocol"
|
|
HOMEPAGE = "https://pypi.org/project/python-subunit/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://README.rst;beginline=1;endline=20;md5=909c08e291647fd985fbe5d9836d51b6"
|
|
|
|
PYPI_PACKAGE = "python-subunit"
|
|
|
|
SRC_URI[sha256sum] = "5fe5686904428501376e7b11593226d37638fbd981c1fc9ed6aac180525d78c1"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} = " python3-testtools"
|
|
|
|
BBCLASSEXTEND = "nativesdk"
|