- Package:
- src:python-vermin
- Source:
- src:python-vermin
- Submitter:
- Chris Lamb
- Date:
- 2026-09-14 11:09:04 UTC
- Severity:
- normal
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that python-vermin could not be built reproducibly. This is because the generated documentation is generated from the --help output, which itself contains nondeterministic text. Specifically, it helpfully mentions the current number of CPU cores as an example, but this makes the package unreproducible across build machines. Patch attached. [0] https://reproducible-builds.org/ Regards,