diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-26 09:29:59 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-27 16:44:48 +0000 |
| commit | b248920619191956e520fb56a1bb7a26322ef8f4 (patch) | |
| tree | 1a1a1d7882da6cf93fe8ac5a7e3469a154fff370 /meta/recipes-devtools/python/python3-wheel_0.45.1.bb | |
| parent | 46762a68016cd06be0d7124c34efb3d9cfccbe0e (diff) | |
| download | poky-b248920619191956e520fb56a1bb7a26322ef8f4.tar.gz | |
python3-wheel: upgrade 0.45.0 -> 0.45.1
Changelog:
==========
Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name
(From OE-Core rev: 06fcf1f8ae763eee996294e8636aedbdbf388491)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-wheel_0.45.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-wheel_0.45.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-wheel_0.45.1.bb b/meta/recipes-devtools/python/python3-wheel_0.45.1.bb new file mode 100644 index 0000000000..8274e83747 --- /dev/null +++ b/meta/recipes-devtools/python/python3-wheel_0.45.1.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "The official binary distribution format for Python " | ||
| 2 | HOMEPAGE = "https://github.com/pypa/wheel" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729" | ||
| 8 | |||
| 9 | inherit python_flit_core pypi | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
| 12 | |||
| 13 | # This used to use the bootstrap install which didn't compile. Until we bump the | ||
| 14 | # tmpdir version we can't compile the native otherwise the sysroot unpack fails | ||
| 15 | INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" | ||
