From 72a401ee7ee6226713954c5d0a0cd0b45ba7891d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 12 Mar 2021 08:32:11 +0200 Subject: drop python 2, use python 3 in build-deps only --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e811e78..766775d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with=python2 --with-buildsystem=python_distutils + dh $@ --with=python3 --with-buildsystem=python_distutils override_dh_auto_install: $(MAKE) install prefix=debian/extrautils/usr -- cgit v1.2.1