mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Updated debian rules to not include python3
This commit is contained in:
parent
4be168509f
commit
974bad0054
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue