From: Ross Burton Date: Wed, 30 Jul 2025 16:03:37 +0000 (+0100) Subject: python3-pdm: use new python_pdm class X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70510190463df42db0424d44ebf96d42f4ba4add;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pdm: use new python_pdm class Instead of using the setuptoools class but not using setuptools, use the new python_pdm class. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pdm_2.25.4.bb b/meta/recipes-devtools/python/python3-pdm_2.25.4.bb index 1e25e18974..da77ed8f6c 100644 --- a/meta/recipes-devtools/python/python3-pdm_2.25.4.bb +++ b/meta/recipes-devtools/python/python3-pdm_2.25.4.bb @@ -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 \ "