mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 08:18:43 +01:00
Drop no_traceback2.patch as issue fixed upstream. (From OE-Core rev: a592d741dec7151d3d32c4584568e49d69ed5b6f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
28 lines
639 B
PHP
28 lines
639 B
PHP
SUMMARY = "Extensions to the Python standard library unit testing framework"
|
|
HOMEPAGE = "https://pypi.org/project/testtools/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a"
|
|
|
|
inherit pypi
|
|
|
|
SRC_URI[sha256sum] = "57c13433d94f9ffde3be6534177d10fb0c1507cc499319128958ca91a65cb23f"
|
|
|
|
DEPENDS += " \
|
|
${PYTHON_PN}-pbr \
|
|
"
|
|
|
|
# Satisfy setup.py 'setup_requires'
|
|
DEPENDS += " \
|
|
${PYTHON_PN}-pbr-native \
|
|
"
|
|
|
|
RDEPENDS_${PN} += "\
|
|
${PYTHON_PN}-doctest \
|
|
${PYTHON_PN}-extras \
|
|
${PYTHON_PN}-pbr \
|
|
${PYTHON_PN}-six \
|
|
"
|
|
|
|
BBCLASSEXTEND = "nativesdk"
|