]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-pdm: use new python_pdm class
authorRoss Burton <ross.burton@arm.com>
Wed, 30 Jul 2025 16:03:37 +0000 (17:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Aug 2025 17:04:00 +0000 (18:04 +0100)
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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pdm_2.25.4.bb

index 1e25e1897424a39d008e70677e733bf21e17cb31..da77ed8f6c669214c3a6eb23efef931872dc5ae6 100644 (file)
@@ -6,10 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
 
 SRC_URI[sha256sum] = "bd655d789429928d6e27ff6693c19c82bc81aa75ba51d7b1c6102d039c8f211c"
 
-inherit pypi python_setuptools_build_meta
+inherit pypi python_pdm
 
 DEPENDS += " \
-    python3-pdm-backend-native \
     python3-pdm-build-locked-native \
 "