blob: 53188b02624ddf07c01f25966bfefcf3caa25e6e [file] [log] [blame]
Patrick Williamsf52e3dd2024-01-26 13:04:43 -06001SUMMARY = "A linter for YAML files."
2HOMEPAGE = "https://github.com/adrienverge/yamllint"
3LICENSE = "GPL-3.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
5
6inherit pypi setuptools3
7
8PYPI_PACKAGE = "yamllint"
9
Patrick Williams39653562024-03-01 08:54:02 -060010SRC_URI[sha256sum] = "7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd"
Patrick Williamsf52e3dd2024-01-26 13:04:43 -060011
Patrick Williams73bd93f2024-02-20 08:07:48 -060012DEPENDS += "python3-setuptools-scm-native"
13RDEPENDS:${PN} += "python3-pathspec python3-pyyaml"
Patrick Williamsf52e3dd2024-01-26 13:04:43 -060014
15BBCLASSEXTEND = "native nativesdk"