- Package:
- src:python-aiohomekit
- Source:
- src:python-aiohomekit
- Submitter:
- Chris Lamb
- Date:
- 2026-08-19 10:31:01 UTC
- Severity:
- normal
- Tags:
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that python-aiohomekit could not be built reproducibly. Similar to #1088353, this was because a call to remove the offending file (within override_dh_fixperms for some reason) did not take into account different Python installation targets. A patch is attached that uses PYBUILD_AFTER_TEST to remove this test artifact. [0] https://reproducible-builds.org/ Regards,