Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Extensions to the Python standard library unit testing framework" |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/testtools/" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a" |
| 6 | |
| 7 | inherit pypi |
| 8 | |
| 9 | SRC_URI[md5sum] = "0f0feb915497816cb99e39437494217e" |
| 10 | SRC_URI[sha256sum] = "5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559" |
| 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" |