1
0
Fork 0

Manually removing some files that pybuild doesn't clean up during build.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 13:45:16 +01:00
parent d92e3db307
commit 14b7ef1571
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

4
debian/rules vendored
View file

@ -5,5 +5,9 @@ export PYBUILD_NAME=eos-downloader
%: %:
dh ${@} --buildsystem=pybuild dh ${@} --buildsystem=pybuild
execute_after_dh_auto_clean:
# help pybuild
rm -rf *.egg-info
override_dh_auto_test: override_dh_auto_test:
# disabled: requires network # disabled: requires network