Updated debian rules to not include python3

This commit is contained in:
David Murphy 2024-09-04 10:35:28 -06:00 committed by Daniel Wozniak
parent 4be168509f
commit 974bad0054

View file

@ -4,7 +4,7 @@ DH_VERBOSE = 1
.PHONY: override_dh_strip
%:
dh $@ --with python3,bash-completion --with=systemd
dh $@ --with bash-completion,systemd
# dh_auto_clean tries to invoke distutils causing failures.
override_dh_auto_clean: