Skip to content

Commit

Permalink
python3: drop deterministic_imports.patch
Browse files Browse the repository at this point in the history
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

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
Alexander Kanavin authored and rpurdie committed Jul 1, 2024
1 parent 8a5561e commit 1a4f25a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
40 changes: 0 additions & 40 deletions meta/recipes-devtools/python/python3/deterministic_imports.patch

This file was deleted.

1 change: 0 additions & 1 deletion meta/recipes-devtools/python/python3_3.12.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
file://makerace.patch \
file://0001-sysconfig.py-use-platlibdir-also-for-purelib.patch \
file://0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch \
file://deterministic_imports.patch \
file://0001-Avoid-shebang-overflow-on-python-config.py.patch \
file://0001-Update-test_sysconfig-for-posix_user-purelib.patch \
file://0001-skip-no_stdout_fileno-test-due-to-load-variability.patch \
Expand Down

0 comments on commit 1a4f25a

Please sign in to comment.