mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 09:52:41 +02:00
python3-build: upgrade to 1.0.0
(From OE-Core rev: 8f22d09d1f3d206c459862d80b7add5700344d90) 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
f606c04ee4
commit
e5581dc85e
32
meta/recipes-devtools/python/python3-build_1.0.0.bb
Normal file
32
meta/recipes-devtools/python/python3-build_1.0.0.bb
Normal file
@@ -0,0 +1,32 @@
|
||||
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] = "49a60f212df4d9925727c2118e1cbe3abf30b393eff7d0e7287d2170eb36844d"
|
||||
|
||||
inherit pypi python_flit_core
|
||||
|
||||
DEPENDS += "python3-pyproject-hooks-native"
|
||||
|
||||
DEPENDS:remove:class-native = "python3-build-native"
|
||||
|
||||
# Skip dependencies as we're doing a minimal build to bootstrap
|
||||
PEP517_BUILD_OPTS:class-native = "--skip-dependency-check"
|
||||
|
||||
do_compile:prepend:class-native() {
|
||||
export PYTHONPATH="${S}/src"
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-compression \
|
||||
python3-difflib \
|
||||
python3-ensurepip \
|
||||
python3-logging \
|
||||
python3-packaging \
|
||||
python3-pyproject-hooks \
|
||||
python3-tomllib \
|
||||
python3-venv \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user