1SUMMARY = "Extensions to the Python standard library unit testing framework" 2HOMEPAGE = "https://pypi.org/project/testtools/" 3SECTION = "devel/python" 4LICENSE = "Apache-2.0" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a" 6 7inherit pypi 8 9SRC_URI[sha256sum] = "57c13433d94f9ffde3be6534177d10fb0c1507cc499319128958ca91a65cb23f" 10 11DEPENDS += " \ 12 ${PYTHON_PN}-pbr \ 13 " 14 15# Satisfy setup.py 'setup_requires' 16DEPENDS += " \ 17 ${PYTHON_PN}-pbr-native \ 18 " 19 20RDEPENDS:${PN} += "\ 21 ${PYTHON_PN}-doctest \ 22 ${PYTHON_PN}-extras \ 23 ${PYTHON_PN}-pbr \ 24 ${PYTHON_PN}-six \ 25 " 26 27BBCLASSEXTEND = "nativesdk" 28