blob: e9dd97ec1c1d1c41beecf7f1df7cc37176a5b90c [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 Williamsac13d5f2023-11-24 18:59:46 -06009SRC_URI[sha256sum] = "df6de96010e29ee21f637a147eabf30d50b25e3841dd1d68f93ee89ce77e366c"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
11DEPENDS += " \
Patrick Williams73bd93f2024-02-20 08:07:48 -060012 python3-pbr \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013 "
14
15# Satisfy setup.py 'setup_requires'
16DEPENDS += " \
Patrick Williams73bd93f2024-02-20 08:07:48 -060017 python3-pbr-native \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080018 "
19
Patrick Williams213cb262021-08-07 19:21:33 -050020RDEPENDS:${PN} += "\
Patrick Williams73bd93f2024-02-20 08:07:48 -060021 python3-doctest \
22 python3-extras \
23 python3-pbr \
24 python3-six \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080025 "
26
27BBCLASSEXTEND = "nativesdk"