]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3: remove obsolete deletion of non-deterministic .pyc files
authorRoss Burton <ross.burton@arm.com>
Sun, 8 Jun 2025 21:54:33 +0000 (23:54 +0200)
committerSteve Sakoman <steve@sakoman.com>
Mon, 9 Jun 2025 14:55:16 +0000 (07:55 -0700)
commit75758dc92003892edc32cccb3c830926b5c4942a
treee28b2b322b8a77d2ca6ccd6edc76787b360d984a
parentea207dce1f5f8579d8ddde487ac9852f50bfc792
python3: remove obsolete deletion of non-deterministic .pyc files

These .pyc files were non-deterministic because they used frozensets[1],
but this has been fixed in 3.11 onwards.

[1] https://github.com/python/cpython/issues/81777
[2] https://github.com/python/cpython/commit/51999c960e7fc45feebd629421dec6524a5fc803

(From OE-Core rev: c8c391ed3e0598a3bea7bc0981126d870315063d)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/python/python3_3.13.2.bb