From 6207648e88ea28a094e8044eb6226c8c3d0a35f2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Jan 2023 15:19:28 +0800 Subject: python3-coverage: upgrade 7.0.4 -> 7.0.5 Changelog: =========== Fix: On Python 3.7, a file with type annotations but no from __future__ import annotations would be missing statements in the coverage report. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-coverage_7.0.4.bb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-coverage_7.0.4.bb (limited to 'meta-python/recipes-devtools/python/python3-coverage_7.0.4.bb') diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.0.4.bb b/meta-python/recipes-devtools/python/python3-coverage_7.0.4.bb deleted file mode 100644 index 1fe99a92ca..0000000000 --- a/meta-python/recipes-devtools/python/python3-coverage_7.0.4.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] = "f6c4ad409a0caf7e2e12e203348b1a9b19c514e7d078520973147bf2d3dcbc6f" - -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