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>
This commit is contained in:
Yoann Congal
2024-01-18 17:49:58 +01:00
committed by Khem Raj
parent 4f75e957e7
commit 9fdcd8c8dc

View File

@@ -18,3 +18,5 @@ RDEPENDS:${PN} += " \
python3-tomllib \
python3-xml \
"
BBCLASSEXTEND = "native nativesdk"