#1051837 dh-python: Cannot exclude deliberately embedded .egg-info from the clean step

#1051837#5
Date:
2023-09-13 09:53:34 UTC
From:
To:
We have a FTBFS on src:pastescript because its test suite embeds a
FakePlugin Python package, including its .egg-info, and the recent
change to the dh-python clean: target breaks that package.

While we can work around it by temporarily renaming the problematic
directory before the dh_clean call, it would be nicer to have an
explicit mechanism to exclude some paths from the clean analysis.