mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01:00
python3-pdm python3-pdm-{backend,build-locked}: move from meta-python
python3-pdm and python3-pdm-backend are dependencies of python3-webcolors python3-pdm itself depends on python3-pdm-build-locked (From OE-Core rev: 6d064f60275b294dc6fc0e6480a0e5b0e7820934) Signed-off-by: Lei Maohui <leimaohui@fujitsu.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
77e5b8db1e
commit
b62bb58658
16
meta/recipes-devtools/python/python3-pdm_2.22.4.bb
Normal file
16
meta/recipes-devtools/python/python3-pdm_2.22.4.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
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] = "8483f3d2285039cea7e07c5ba6ac7e1fcba358129f8831fb75065a797d27b923"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
DEPENDS += " \
|
||||
python3-pdm-backend-native \
|
||||
python3-pdm-build-locked-native \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user