From 7d6eb4f759fcec4da6d014e10ab82430a8c13c05 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 14 Nov 2021 20:21:23 -0500 Subject: Convert to Python 3 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 72c4fa7..3ec1a15 100755 --- a/debian/rules +++ b/debian/rules @@ -2,5 +2,5 @@ export PYBUILD_NAME=zc %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild -- cgit v1.2.3