Andrew Geissler | 8f84068 | 2023-07-21 09:09:43 -0500 | [diff] [blame] | 1 | DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest" |
| 2 | |
| 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=136e4f49dbf29942c572a3a8f6e88a77" |
| 5 | |
| 6 | SRC_URI[sha256sum] = "40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d" |
| 7 | |
| 8 | inherit pypi python_setuptools_build_meta |
| 9 | |
| 10 | DEPENDS += "python3-setuptools-scm-native" |
| 11 | |
| 12 | RDEPENDS:${PN} += " \ |
| 13 | python3-pytest \ |
| 14 | " |
| 15 | |
| 16 | BBCLASSEXTEND = "native nativesdk" |