blob: d83c42de389007d5b077a1eb9b7c5df263f41352 [file] [log] [blame]
Andrew Geisslereafcbb82020-06-05 17:59:17 -05001DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest"
2
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://README.rst;md5=3faed73a08162b5b5367cdcaee996f75"
5
6SRC_URI[sha256sum] = "475bd2f3dc0bc11d2463656b3cbaafdbec5a47b47508ea0b329ee693040eebd2"
7
8inherit pypi setuptools3
9
10RDEPENDS_${PN} += " \
11 ${PYTHON_PN}-pytest \
12"
13
14BBCLASSEXTEND = "native nativesdk"