Skip to content

Commit a0aeaad

Browse files
kanavinrpurdie
authored andcommitted
python3: drop deterministic_imports.patch
python/importlib_metadata#489 Upstream discussion revealed that: - the issue was happening due to a bug in setuptools - the bug was fixed in setuptools 63 (I confirmed this: empty dist-info directories no longer seem to trigger any issues if the patch is dropped) - the patch would obscure any further issues of this kind instead of exposing them for easy fixing, so they suggest we drop it and report if anything else pops up (From OE-Core rev: a602e67c3a67bddb687ae56d3ab1233d787fb4e2) Signed-off-by: Alexander Kanavin <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent d5ce38d commit a0aeaad

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

meta/recipes-devtools/python/python3/deterministic_imports.patch

Lines changed: 0 additions & 40 deletions
This file was deleted.

meta/recipes-devtools/python/python3_3.12.4.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
2424
file://makerace.patch \
2525
file://0001-sysconfig.py-use-platlibdir-also-for-purelib.patch \
2626
file://0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch \
27-
file://deterministic_imports.patch \
2827
file://0001-Avoid-shebang-overflow-on-python-config.py.patch \
2928
file://0001-Update-test_sysconfig-for-posix_user-purelib.patch \
3029
file://0001-skip-no_stdout_fileno-test-due-to-load-variability.patch \

0 commit comments

Comments
 (0)