From ff92baa597e2ada47198d9a07c61f317540f1a62 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 11 Jan 2023 13:25:12 +0800 Subject: python3-coverage: upgrade 7.0.3 -> 7.0.4 Changelog: -Performance: an internal cache of file names was accidentally disabled, resulting in sometimes drastic reductions in performance. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-coverage_7.0.3.bb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-coverage_7.0.3.bb (limited to 'meta-python/recipes-devtools/python/python3-coverage_7.0.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.0.3.bb b/meta-python/recipes-devtools/python/python3-coverage_7.0.3.bb deleted file mode 100644 index 7e9b262d11..0000000000 --- a/meta-python/recipes-devtools/python/python3-coverage_7.0.3.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Code coverage measurement for Python" -HOMEPAGE = "https://coverage.readthedocs.io" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" - -SRC_URI[sha256sum] = "d5be4e93acce64f516bf4fd239c0e6118fc913c93fa1a3f52d15bdcc60d97b2d" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-sqlite3 \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-pprint \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-xml \ - ${PYTHON_PN}-crypt \ - ${PYTHON_PN}-shell \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-toml \ - ${PYTHON_PN}-multiprocessing \ -" -- cgit v1.2.3-54-g00ecf