mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 06:52:38 +02:00
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:
14
meta/recipes-devtools/python/python3-yamllint_1.37.0.bb
Normal file
14
meta/recipes-devtools/python/python3-yamllint_1.37.0.bb
Normal 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"
|
||||
Reference in New Issue
Block a user