diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-07-23 15:51:35 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-24 22:51:40 +0100 |
| commit | abefe97990e660ffc6612e745536cbe4999f03c2 (patch) | |
| tree | a86edf8dc4941d5e0f918eaf83e18fe5bebd4011 /meta/recipes-devtools/python/python3-yamllint_1.35.1.bb | |
| parent | 1c3418fccde930f3627ca2b0ac5f29daa73123aa (diff) | |
| download | poky-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.bb | 3 |
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" | |||
| 3 | LICENSE = "GPL-3.0-only" | 3 | LICENSE = "GPL-3.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" |
| 5 | 5 | ||
| 6 | inherit pypi setuptools3 | 6 | inherit pypi python_setuptools_build_meta |
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "yamllint" | 8 | PYPI_PACKAGE = "yamllint" |
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd" | 10 | SRC_URI[sha256sum] = "7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd" |
| 11 | 11 | ||
| 12 | DEPENDS += "python3-setuptools-scm-native" | ||
| 13 | RDEPENDS:${PN} += "python3-pathspec python3-pyyaml" | 12 | RDEPENDS:${PN} += "python3-pathspec python3-pyyaml" |
| 14 | 13 | ||
| 15 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
