mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
python3-beartype: use python_setuptools_build_meta build class
This package can be built using pep517 classes now. (From OE-Core rev: 6eec9c50f72e016a6a14616ef4eb00a367196b88) 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
eb6f55cae6
commit
10536a1c44
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e"
|
||||
|
||||
SRC_URI[sha256sum] = "264ddc2f1da9ec94ff639141fbe33d22e12a9f75aa863b83b7046ffff1381927"
|
||||
|
||||
inherit setuptools3 pypi
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} += "python3-numbers python3-io"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user