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