mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-15 02:01:37 +00:00
909d0bc3a8
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>
14 lines
432 B
BlitzBasic
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"
|