summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb b/meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb
index 75742f3e8f..292cc8a063 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb
@@ -5,11 +5,13 @@ LIC_FILES_CHKSUM = " \
5 file://LICENSE;md5=cbc4e25353c748c817db2daffe605e43 \ 5 file://LICENSE;md5=cbc4e25353c748c817db2daffe605e43 \
6" 6"
7 7
8SRC_URI[sha256sum] = "fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0" 8SRC_URI[sha256sum] = "46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a"
9 9
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
12DEPENDS += "python3-setuptools-scm-native" 12DEPENDS += "python3-setuptools-scm-native"
13RDEPENDS:${PN} += "python3-coverage python3-pytest" 13RDEPENDS:${PN} += "python3-coverage python3-pytest python3-pluggy"
14
15PYPI_PACKAGE = "pytest_cov"
14 16
15BBCLASSEXTEND = "native nativesdk" 17BBCLASSEXTEND = "native nativesdk"