diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.0.1.bb b/meta-python/recipes-devtools/python/python3-coverage_7.0.3.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-coverage_7.0.1.bb rename to meta-python/recipes-devtools/python/python3-coverage_7.0.3.bb index caf6ba14f7..7e9b262d11 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_7.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_7.0.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" -SRC_URI[sha256sum] = "a4a574a19eeb67575a5328a5760bbbb737faa685616586a9f9da4281f940109c" +SRC_URI[sha256sum] = "d5be4e93acce64f516bf4fd239c0e6118fc913c93fa1a3f52d15bdcc60d97b2d" inherit pypi setuptools3 @@ -16,4 +16,6 @@ RDEPENDS:${PN} += " \ ${PYTHON_PN}-crypt \ ${PYTHON_PN}-shell \ ${PYTHON_PN}-io \ + ${PYTHON_PN}-toml \ + ${PYTHON_PN}-multiprocessing \ "