From 36396b6d686813856a2b5f895c631f4bd4ea7357 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 27 Jan 2018 23:03:19 -0600 Subject: [PATCH] Only build with Python 3. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 56624d3..17f5ab8 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DH_VERBOSE = 1 export PYBUILD_NAME=lubuntu-about %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_python3: dh_python3 --no-shebang-rewrite