From 909d0bc3a8ca31d65d563d7d532cfb24b9c4b2b6 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sun, 9 Aug 2026 19:17:30 +0200 Subject: [PATCH] python3-pep8: drop old or wrong checksum on SRC_URI The `SRC_URI[sha256sum]` was twice in the recipe. Keep the correct one. Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb index 6c7fe4df3c..bf707da9cb 100644 --- a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb @@ -4,8 +4,6 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e" -SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8" - inherit pypi setuptools3 RDEPENDS:${PN} += "python3-prettytable \