mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
python3-webcolors: 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: 8f8e4c3e49254853e90080494f2a77b7bdb14921) 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
0473ffa836
commit
d3f9ec4092
@@ -5,12 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cbaebec43b7d199c7fd8f5411b3b0448"
|
||||
|
||||
SRC_URI[sha256sum] = "ecb3d768f32202af770477b8b65f318fa4f566c22948673a977b00d589dd80f6"
|
||||
|
||||
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
||||
|
||||
DEPENDS += " \
|
||||
python3-pdm-native \
|
||||
python3-pdm-backend-native \
|
||||
"
|
||||
inherit pypi python_pdm ptest-python-pytest
|
||||
|
||||
RDEPENDS:${PN}:class-target = "\
|
||||
python3-stringold \
|
||||
|
||||
Reference in New Issue
Block a user