diff mbox series

[09/13] python3-pdm-build-locked: use new python_pdm class

Message ID 20250730160343.4053614-9-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>
---
 .../recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

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 12afe8bcf4f..e8f2ad0e93b 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}"