diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-16 01:02:02 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-18 09:49:36 -0700 |
commit | ac7d9bfb0c734ebf32d75e676cec5e5b2db563dc (patch) | |
tree | 27d77350004d387b430376d66da6e9e6d226e41b | |
parent | c980ec1a86e23cacee868ee6100b4abd17740632 (diff) | |
download | meta-openembedded-ac7d9bfb0c734ebf32d75e676cec5e5b2db563dc.tar.gz |
python3-coverage: update to 6.0.2
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-coverage_6.0.2.bb (renamed from meta-python/recipes-devtools/python/python3-coverage_5.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-coverage_5.5.bb b/meta-python/recipes-devtools/python/python3-coverage_6.0.2.bb index c780a63ae..67b3a5ef9 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_5.5.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_6.0.2.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c" | 6 | SRC_URI[sha256sum] = "6807947a09510dc31fa86f43595bf3a14017cd60bf633cc746d52141bfa6b149" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||