Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Extensions to the Python standard library unit testing framework" |
Andrew Geissler | d25ed32 | 2020-06-27 00:28:28 -0500 | [diff] [blame] | 2 | HOMEPAGE = "https://pypi.org/project/testtools/" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a" |
| 6 | |
| 7 | inherit pypi |
| 8 | |
Andrew Geissler | 4ed12e1 | 2020-06-05 18:00:41 -0500 | [diff] [blame] | 9 | SRC_URI[md5sum] = "e8fc7185b47cfb908c641f8c4b2a6add" |
| 10 | SRC_URI[sha256sum] = "64c974a6cca4385d05f4bbfa2deca1c39ce88ede31c3448bee86a7259a9a61c8" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 11 | |
| 12 | DEPENDS += " \ |
| 13 | ${PYTHON_PN}-pbr \ |
| 14 | " |
| 15 | |
| 16 | # Satisfy setup.py 'setup_requires' |
| 17 | DEPENDS += " \ |
| 18 | ${PYTHON_PN}-pbr-native \ |
| 19 | " |
| 20 | |
| 21 | RDEPENDS_${PN} += "\ |
Brad Bishop | 79641f2 | 2019-09-10 07:20:22 -0400 | [diff] [blame] | 22 | ${PYTHON_PN}-doctest \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 23 | ${PYTHON_PN}-extras \ |
| 24 | ${PYTHON_PN}-pbr \ |
| 25 | ${PYTHON_PN}-six \ |
| 26 | " |
| 27 | |
| 28 | BBCLASSEXTEND = "nativesdk" |