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.

(From OE-Core rev: bfd94bb972e5a1a4054891694c1b4e674eeb2bb8)

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>
This commit is contained in:
Ross Burton
2025-07-30 17:03:39 +01:00
committed by Richard Purdie
parent 6e1194dbc0
commit 827bcd4b08

View File

@@ -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}"