#1088742 python-aiohomekit: please make the build reproducible

#1088742#5
Date:
2024-11-30 10:51:09 UTC
From:
To:
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,