]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3: fix reproducibility issue with python3-core
authorSteve Sakoman <steve@sakoman.com>
Tue, 17 May 2022 17:34:07 +0000 (07:34 -1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 May 2022 18:08:20 +0000 (19:08 +0100)
commit4b1f0f7542abcb8606688c974695a6c8a142e7a2
tree709d0c8de75138067f323cd9afa094c1bbd94693
parentdf4e37ef888ad11f98c2f17ab4bc48dbd5417790
python3: fix reproducibility issue with python3-core

traceback.cpython-310.pyc is non-deterministic due to 'frozenset'
being written without strict ordering.  For now let's just not
install the problematic file.

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.10.4.bb