summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 2e141898563c73edf6545db5cbb8935a8de1beb0 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
#export DH_VERBOSE = 1
%:
	dh $@ --with python3 --buildsystem=pybuild

#tests are failing due to an incompatibility between ansible galaxy and
#python-resolvelib:
## https://github.com/ansible/ansible/issues/77624
override_dh_auto_test: