mirror of
https://git.yoctoproject.org/poky
synced 2026-05-16 08:28:01 +02:00
python3-build: upgrade 1.2.2 -> 1.3.0
(From OE-Core rev: b6bd9f0d31519e05a6bfb4b964219cb0d7c1e439) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6a2e8736c9
commit
8e7a6b5a43
27
meta/recipes-devtools/python/python3-build_1.3.0.bb
Normal file
27
meta/recipes-devtools/python/python3-build_1.3.0.bb
Normal file
@@ -0,0 +1,27 @@
|
||||
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] = "698edd0ea270bde950f53aed21f3a0135672206f3911e0176261a31e0e07b397"
|
||||
|
||||
inherit pypi python_flit_core
|
||||
|
||||
DEPENDS += "python3-pyproject-hooks-native"
|
||||
|
||||
do_compile:class-native() {
|
||||
python_flit_core_do_manual_build
|
||||
}
|
||||
|
||||
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