summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-01-18 17:49:58 +0100
committerKhem Raj <raj.khem@gmail.com>2024-01-19 09:51:07 -0800
commit9fdcd8c8dc5698eeaad1e7263a05b64f092f21eb (patch)
tree60cf816859d7c83904296c33857c4c53c61fface
parent4f75e957e75d231e9baad5f8ddf6402a64f1523b (diff)
downloadmeta-openembedded-9fdcd8c8dc5698eeaad1e7263a05b64f092f21eb.tar.gz
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb b/meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb
index cb1041c2ff..30922697ab 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb
@@ -18,3 +18,5 @@ RDEPENDS:${PN} += " \
18 python3-tomllib \ 18 python3-tomllib \
19 python3-xml \ 19 python3-xml \
20" 20"
21
22BBCLASSEXTEND = "native nativesdk"