You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst working on the Reproducible Builds effort [0] we noticed that
libsass-python could not be built reproducibly.
This is due to the manpage containing content that is generated by
iterating over a Python frozenset type, which is non-deterministic.
This was originally filed in Debian as #971527 [1].
[0] https://reproducible-builds.org/
[1] https://bugs.debian.org/971527
0 commit comments