From: Ross Burton Date: Wed, 30 Jul 2025 16:03:39 +0000 (+0100) Subject: python3-pdm-build-locked: use new python_pdm class X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfd94bb972e5a1a4054891694c1b4e674eeb2bb8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pdm-build-locked: 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-build-locked_0.3.5.bb b/meta/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb index 12afe8bcf4..e8f2ad0e93 100644 --- a/meta/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb +++ b/meta/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb @@ -5,9 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=19382cdf9c143df4f00b9caa0b60c75a" SRC_URI[sha256sum] = "ab2f381e00d79841d46be2e6909c265038b9fa951de2bf551ca6adb7f6844201" -inherit pypi python_setuptools_build_meta - -DEPENDS += " python3-pdm-backend-native" +inherit pypi python_pdm PYPI_PACKAGE = "pdm_build_locked" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"