diff mbox series

[11/13] python3-webcolors: use new python_pdm class

Message ID 20250730160343.4053614-11-ross.burton@arm.com
State New
Headers show
Series [01/13] classes/python_pep517: centralise shared inherits | expand

Commit Message

Ross Burton July 30, 2025, 4:03 p.m. UTC
Instead of using the setuptoools class but not using setuptools, use the
new python_pdm class.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-webcolors_24.11.1.bb | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
diff mbox series

Patch

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 cda63d2a35c..d5376145454 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"
 
 SRC_URI[sha256sum] = "ecb3d768f32202af770477b8b65f318fa4f566c22948673a977b00d589dd80f6"
 
-inherit pypi python_setuptools_build_meta ptest-python-pytest
-
-DEPENDS += " \
-    python3-pdm-native \
-    python3-pdm-backend-native \
-"
+inherit pypi python_pdm ptest-python-pytest
 
 RDEPENDS:${PN}:class-target = "\
     python3-stringold \