blob: e8d308b717de6c9765740bc8e84438f78ad951e3 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Extensions to the Python standard library unit testing framework"
Andrew Geisslerd25ed322020-06-27 00:28:28 -05002HOMEPAGE = "https://pypi.org/project/testtools/"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a"
6
7inherit pypi
8
Andrew Geissler4ed12e12020-06-05 18:00:41 -05009SRC_URI[md5sum] = "e8fc7185b47cfb908c641f8c4b2a6add"
10SRC_URI[sha256sum] = "64c974a6cca4385d05f4bbfa2deca1c39ce88ede31c3448bee86a7259a9a61c8"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011
12DEPENDS += " \
13 ${PYTHON_PN}-pbr \
14 "
15
16# Satisfy setup.py 'setup_requires'
17DEPENDS += " \
18 ${PYTHON_PN}-pbr-native \
19 "
20
21RDEPENDS_${PN} += "\
Brad Bishop79641f22019-09-10 07:20:22 -040022 ${PYTHON_PN}-doctest \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080023 ${PYTHON_PN}-extras \
24 ${PYTHON_PN}-pbr \
25 ${PYTHON_PN}-six \
26 "
27
28BBCLASSEXTEND = "nativesdk"