William A. Kennington III | 49e9566 | 2021-09-15 16:19:36 -0700 | [diff] [blame] | 1 | DESCRIPTION = "unittest subTest() support and subtests fixture." |
2 | |||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1" | ||||
5 | |||||
6 | SRC_URI[sha256sum] = "5bd1e4bf0eda4c89a6cd42b0ee28e1d2ca0848de3fd67ad8cdd6d559ed00f120" | ||||
7 | |||||
8 | inherit pypi setuptools3 | ||||
9 | |||||
10 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||||
11 | |||||
12 | RDEPENDS:${PN} += " \ | ||||
13 | ${PYTHON_PN}-pytest \ | ||||
14 | " | ||||
15 | |||||
16 | BBCLASSEXTEND = "native nativesdk" |