- Package:
- src:rust-rustpython-parser
- Source:
- src:rust-rustpython-parser
- Submitter:
- Chris Lamb
- Date:
- 2025-12-10 20:17:05 UTC
- Severity:
- normal
- Tags:
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,