blob: ef5e15cc3a26b8bcf98038f06d3dbefa6cc19735 [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
Patrick Williams213cb262021-08-07 19:21:33 -05009SRC_URI[sha256sum] = "57c13433d94f9ffde3be6534177d10fb0c1507cc499319128958ca91a65cb23f"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
11DEPENDS += " \
12 ${PYTHON_PN}-pbr \
13 "
14
15# Satisfy setup.py 'setup_requires'
16DEPENDS += " \
17 ${PYTHON_PN}-pbr-native \
18 "
19
Patrick Williams213cb262021-08-07 19:21:33 -050020RDEPENDS:${PN} += "\
Brad Bishop79641f22019-09-10 07:20:22 -040021 ${PYTHON_PN}-doctest \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080022 ${PYTHON_PN}-extras \
23 ${PYTHON_PN}-pbr \
24 ${PYTHON_PN}-six \
25 "
26
27BBCLASSEXTEND = "nativesdk"