diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-07-30 17:03:41 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-04 18:04:03 +0100 |
| commit | d3f9ec4092639323c8fd41f6873d61005c305974 (patch) | |
| tree | cdac55e42011829bafaeb989663b4931218c67b2 /meta/recipes-devtools/python | |
| parent | 0473ffa836d8743e08d5b0be518edf0a39120c9e (diff) | |
| download | poky-d3f9ec4092639323c8fd41f6873d61005c305974.tar.gz | |
python3-webcolors: use new python_pdm class
Instead of using the setuptoools class but not using setuptools, use the
new python_pdm class.
(From OE-Core rev: 8f8e4c3e49254853e90080494f2a77b7bdb14921)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-webcolors_24.11.1.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python3-webcolors_24.11.1.bb b/meta/recipes-devtools/python/python3-webcolors_24.11.1.bb index cda63d2a35..d537614545 100644 --- a/meta/recipes-devtools/python/python3-webcolors_24.11.1.bb +++ b/meta/recipes-devtools/python/python3-webcolors_24.11.1.bb | |||
| @@ -5,12 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cbaebec43b7d199c7fd8f5411b3b0448" | |||
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "ecb3d768f32202af770477b8b65f318fa4f566c22948673a977b00d589dd80f6" | 6 | SRC_URI[sha256sum] = "ecb3d768f32202af770477b8b65f318fa4f566c22948673a977b00d589dd80f6" |
| 7 | 7 | ||
| 8 | inherit pypi python_setuptools_build_meta ptest-python-pytest | 8 | inherit pypi python_pdm ptest-python-pytest |
| 9 | |||
| 10 | DEPENDS += " \ | ||
| 11 | python3-pdm-native \ | ||
| 12 | python3-pdm-backend-native \ | ||
| 13 | " | ||
| 14 | 9 | ||
| 15 | RDEPENDS:${PN}:class-target = "\ | 10 | RDEPENDS:${PN}:class-target = "\ |
| 16 | python3-stringold \ | 11 | python3-stringold \ |
