#1122383 rust-rustpython-parser: please make the build reproducible

#1122383#5
Date:
2025-12-10 20:14:16 UTC
From:
To:
Hi,

Whilst working on the Reproducible Builds effort [0], we noticed that
rust-rustpython-parser could not be built reproducibly.

This is because if the tests are run, an addition "python.rs" file
is shipped with the binary package... and, conversely, if the tests
are skipped, the binary package is missing this file.

A patch is attacehd that deletes this file if the tests are run,
ensuring that the package does not differ.

 [0] https://reproducible-builds.org/


Regards,