python3-yamllint: upgrade 1.36.0 -> 1.37.0

(From OE-Core rev: 878bdceddf21499cf4da1dda596867c07cedda28)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2025-04-01 09:43:20 +00:00
parent 3f46f5079f
commit 1638325cd8

View File

@@ -0,0 +1,14 @@
SUMMARY = "A linter for YAML files."
HOMEPAGE = "https://github.com/adrienverge/yamllint"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "yamllint"
SRC_URI[sha256sum] = "ead81921d4d87216b2528b7a055664708f9fb8267beb0c427cb706ac6ab93580"
RDEPENDS:${PN} += "python3-pathspec python3-pyyaml"
BBCLASSEXTEND = "native nativesdk"