blob: 1011c98a321749cb8e0f83de37d571cb7c8f248f [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} += "\
22 ${PYTHON_PN}-extras \
23 ${PYTHON_PN}-pbr \
24 ${PYTHON_PN}-six \
25 "
26
27BBCLASSEXTEND = "nativesdk"