]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3: drop deterministic_imports.patch
authorAlexander Kanavin <alex@linutronix.de>
Fri, 28 Jun 2024 15:01:16 +0000 (17:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Jul 2024 12:55:37 +0000 (13:55 +0100)
commit1a4f25abf29b47949782641c68cc7d3e4136988a
tree80b6c679b9871d09ec62874b29e192a15910b46b
parent8a5561ea39c395716e9721aa9d98fabbac1a24ee
python3: drop deterministic_imports.patch

https://github.com/python/importlib_metadata/issues/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>
meta/recipes-devtools/python/python3/deterministic_imports.patch [deleted file]
meta/recipes-devtools/python/python3_3.12.4.bb