summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-yamllint_1.35.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-23 15:51:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-24 22:51:40 +0100
commitabefe97990e660ffc6612e745536cbe4999f03c2 (patch)
treea86edf8dc4941d5e0f918eaf83e18fe5bebd4011 /meta/recipes-devtools/python/python3-yamllint_1.35.1.bb
parent1c3418fccde930f3627ca2b0ac5f29daa73123aa (diff)
downloadpoky-abefe97990e660ffc6612e745536cbe4999f03c2.tar.gz
python3-yamllint: use python_setuptools_build_meta build class
This package can be built using pep517 classes now. yamlint appears to have never used setuptools-scm, so remove the dependency. (From OE-Core rev: c3b51900326dbadb83b3853419f5c92bac12ba50) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-yamllint_1.35.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-yamllint_1.35.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-yamllint_1.35.1.bb b/meta/recipes-devtools/python/python3-yamllint_1.35.1.bb
index 53188b0262..116209f683 100644
--- a/meta/recipes-devtools/python/python3-yamllint_1.35.1.bb
+++ b/meta/recipes-devtools/python/python3-yamllint_1.35.1.bb
@@ -3,13 +3,12 @@ HOMEPAGE = "https://github.com/adrienverge/yamllint"
3LICENSE = "GPL-3.0-only" 3LICENSE = "GPL-3.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
5 5
6inherit pypi setuptools3 6inherit pypi python_setuptools_build_meta
7 7
8PYPI_PACKAGE = "yamllint" 8PYPI_PACKAGE = "yamllint"
9 9
10SRC_URI[sha256sum] = "7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd" 10SRC_URI[sha256sum] = "7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd"
11 11
12DEPENDS += "python3-setuptools-scm-native"
13RDEPENDS:${PN} += "python3-pathspec python3-pyyaml" 12RDEPENDS:${PN} += "python3-pathspec python3-pyyaml"
14 13
15BBCLASSEXTEND = "native nativesdk" 14BBCLASSEXTEND = "native nativesdk"