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 /meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb | |
| 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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb new file mode 100644 index 0000000000..292cc8a063 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Pytest plugin for measuring coverage." | ||
| 2 | HOMEPAGE = "https://github.com/pytest-dev/pytest-cov" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = " \ | ||
| 5 | file://LICENSE;md5=cbc4e25353c748c817db2daffe605e43 \ | ||
| 6 | " | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | DEPENDS += "python3-setuptools-scm-native" | ||
| 13 | RDEPENDS:${PN} += "python3-coverage python3-pytest python3-pluggy" | ||
| 14 | |||
| 15 | PYPI_PACKAGE = "pytest_cov" | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
