mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
python3-spdx-tools: use python_setuptools_build_meta build class
This package can be built using pep517 classes now. (From OE-Core rev: 1deca862432ddca0d10a712f7bf159816d0ae130) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1d5520a9b0
commit
d047149ecc
@@ -8,7 +8,9 @@ SRC_URI[sha256sum] = "aea4ac9c2c375e7f439b1cef5ff32ef34914c083de0f61e08ed67cd3d9
|
|||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
inherit setuptools3 pypi
|
inherit pypi python_setuptools_build_meta
|
||||||
|
|
||||||
|
DEPENDS += "python3-setuptools-scm-native"
|
||||||
|
|
||||||
# Dependency required for pyspdxtools : python3-click
|
# Dependency required for pyspdxtools : python3-click
|
||||||
# Dependencies required for conversion to spdx3 : python3-semantic-version, python3-ply
|
# Dependencies required for conversion to spdx3 : python3-semantic-version, python3-ply
|
||||||
|
|||||||
Reference in New Issue
Block a user