From 70510190463df42db0424d44ebf96d42f4ba4add Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 30 Jul 2025 17:03:37 +0100 Subject: [PATCH] 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 --- meta/recipes-devtools/python/python3-pdm_2.25.4.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 \ " -- 2.47.2