mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
python3-pdm: 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: 70510190463df42db0424d44ebf96d42f4ba4add) 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:
committed by
Richard Purdie
parent
c30b49a0fe
commit
dcbfa83f5c
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user