| Message ID | 20260809171730.5703-1-jan.vermaete@gmail.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-python] python3-pep8: drop old or wrong checksum on SRC_URI | expand |
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 \
The `SRC_URI[sha256sum]` was twice in the recipe. Keep the correct one. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> --- meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | 2 -- 1 file changed, 2 deletions(-)