diff options
author | Tom Geelen <t.f.g.geelen@gmail.com> | 2025-07-13 17:09:38 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-13 09:46:10 -0700 |
commit | d32e7b9389eaa5624adb9f58e10ef924bc465e88 (patch) | |
tree | 8a682a951629d13577b80cf0db5d3bc4bece0575 | |
parent | 9370aa574df8fe6d2b243e7491c1610d1339a8c2 (diff) | |
download | meta-openembedded-d32e7b9389eaa5624adb9f58e10ef924bc465e88.tar.gz |
python3-pytest-cov: 6.0.0 -> 6.1.1
Added additional runtime dependency on python3-pluggy.
Update PYPI_PACKAGE as the package naming has changed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 | ||
8 | SRC_URI[sha256sum] = "fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0" | 8 | SRC_URI[sha256sum] = "46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a" |
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | DEPENDS += "python3-setuptools-scm-native" | 12 | DEPENDS += "python3-setuptools-scm-native" |
13 | RDEPENDS:${PN} += "python3-coverage python3-pytest" | 13 | RDEPENDS:${PN} += "python3-coverage python3-pytest python3-pluggy" |
14 | |||
15 | PYPI_PACKAGE = "pytest_cov" | ||
14 | 16 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |