diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-30 15:30:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-01 19:02:16 -0800 |
| commit | d0cbaaadc1bf3154174a4f7d9132dde203f269c7 (patch) | |
| tree | d4076a68e19d1d50830a9725c580572b317c1987 /meta-python/recipes-devtools/python/python3-coverage_7.6.9.bb | |
| parent | 4a44b90e35f63fd2486990d0d77abcf3866cfeac (diff) | |
| download | meta-openembedded-d0cbaaadc1bf3154174a4f7d9132dde203f269c7.tar.gz | |
python3-coverage: upgrade 7.6.9 -> 7.6.10
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-coverage_7.6.9.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-coverage_7.6.9.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.6.9.bb b/meta-python/recipes-devtools/python/python3-coverage_7.6.9.bb deleted file mode 100644 index c5ad72b5bf..0000000000 --- a/meta-python/recipes-devtools/python/python3-coverage_7.6.9.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SUMMARY = "Code coverage measurement for Python" | ||
| 2 | HOMEPAGE = "https://coverage.readthedocs.io" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "4a8d8977b0c6ef5aeadcb644da9e69ae0dcfe66ec7f368c89c72e058bd71164d" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-crypt \ | ||
| 12 | python3-io \ | ||
| 13 | python3-json \ | ||
| 14 | python3-multiprocessing \ | ||
| 15 | python3-pprint \ | ||
| 16 | python3-shell \ | ||
| 17 | python3-sqlite3 \ | ||
| 18 | python3-tomllib \ | ||
| 19 | python3-xml \ | ||
| 20 | " | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
