mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
python3-wheel: upgrade 0.41.2 -> 0.41.3
Changelog: =========== Updated vendored packaging to 23.2 Fixed ABI tag generation for CPython 3.13a1 on Windows (From OE-Core rev: 18f56d041a3cc280146adbc113b7d33d16985f24) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
db86a0aeda
commit
131e1c0851
15
meta/recipes-devtools/python/python3-wheel_0.41.3.bb
Normal file
15
meta/recipes-devtools/python/python3-wheel_0.41.3.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "The official binary distribution format for Python "
|
||||
HOMEPAGE = "https://github.com/pypa/wheel"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf"
|
||||
|
||||
SRC_URI[sha256sum] = "4d4987ce51a49370ea65c0bfd2234e8ce80a12780820d9dc462597a6e60d0841"
|
||||
|
||||
inherit python_flit_core pypi
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# This used to use the bootstrap install which didn't compile. Until we bump the
|
||||
# tmpdir version we can't compile the native otherwise the sysroot unpack fails
|
||||
INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
|
||||
Reference in New Issue
Block a user