python3-build: add 0.10.0

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>
This commit is contained in:
Ross Burton
2023-01-12 11:23:34 +00:00
committed by Richard Purdie
parent 6725ff75da
commit 1faf47e9e6
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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"