meta-openembedded/meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb
Yoann Congal 9fdcd8c8dc
python3-coverage: add native and nativesdk BBCLASSEXTEND
To build python3-pytest-cov-native we need python3-coverage-native.
To build nativesdk-python3-pytest-cov we need nativesdk-python3-coverage.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19 09:51:07 -08:00

23 lines
559 B
BlitzBasic

SUMMARY = "Code coverage measurement for Python"
HOMEPAGE = "https://coverage.readthedocs.io"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
SRC_URI[sha256sum] = "707c0f58cb1712b8809ece32b68996ee1e609f71bd14615bd8f87a1293cb610e"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-crypt \
python3-io \
python3-json \
python3-multiprocessing \
python3-pprint \
python3-shell \
python3-sqlite3 \
python3-tomllib \
python3-xml \
"
BBCLASSEXTEND = "native nativesdk"