From 8d9259b801a36738f42001a6da025f7f40775f58 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Dec 2017 15:39:25 +0200 Subject: Fix: only build for py3 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2c896ef..6d8621b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with=python2 --with-buildsystem=python_distutils + dh $@ --with=python3 --with-buildsystem=python_distutils -- cgit v1.2.1