mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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>
16 lines
460 B
BlitzBasic
16 lines
460 B
BlitzBasic
SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards"
|
|
HOMEPAGE = "https://pdm-project.org/latest/"
|
|
LICENSE = "MIT"
|
|
SECTION = "devel/python"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
|
|
|
|
SRC_URI[sha256sum] = "bd655d789429928d6e27ff6693c19c82bc81aa75ba51d7b1c6102d039c8f211c"
|
|
|
|
inherit pypi python_pdm
|
|
|
|
DEPENDS += " \
|
|
python3-pdm-build-locked-native \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|