Bugzilla – Bug 1201127
python-brotlicffi / setuptools build_ext reproducible builds
Last modified: 2022-07-04 04:06:36 UTC
I found https://github.com/python-hyper/brotlicffi/blob/main/setup.py#L66 needed a "sorted(sources)" to become fully reproducible, but IMHO that should not have to be added into setup.py but one layer up, e.g. in build_ext similar to https://github.com/pypa/setuptools/commit/5a0404fa3875a069f7a6436f508116e852909cf2 https://github.com/pypa/setuptools/pull/1068/files