Files
meta-openembedded/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
T
Jan Vermaete 909d0bc3a8 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 <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 12:01:51 -07:00

14 lines
432 B
BlitzBasic

DESCRIPTION = "Python style guide checker"
HOMEPAGE = "https://github.com/PyCQA/pycodestyle"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e"
inherit pypi setuptools3
RDEPENDS:${PN} += "python3-prettytable \
python3-cmd2 \
python3-pyparsing"
SRC_URI[sha256sum] = "fe249b52e20498e59e0b5c5256aa52ee99fc295b26ec9eaa85776ffdb9fe6374"