mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
This is the PEP517 build frontend blessed by the Python Packaging Authority, and now that Python 3.11 has been released and enough packages have ported to flit, it can be used without a huge bootstraping problem. (From OE-Core rev: 00254501b9b024032032c9fb068d957de4ef7dde) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
474 B
BlitzBasic
15 lines
474 B
BlitzBasic
SUMMARY = "A simple, correct PEP517 package builder"
|
|
HOMEPAGE = "https://github.com/pypa/build"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c"
|
|
|
|
SRC_URI[sha256sum] = "d5b71264afdb5951d6704482aac78de887c80691c52b88a9ad195983ca2c9269"
|
|
|
|
inherit pypi python_flit_core
|
|
|
|
DEPENDS += "python3-packaging-native python3-pyproject-hooks-native"
|
|
|
|
RDEPENDS:${PN} += "python3-packaging python3-pyproject-hooks"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|