Only build with Python 3.

HEAD
Simon Quigley 6 years ago
parent 43097f8526
commit 36396b6d68

2
debian/rules vendored

@ -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

Loading…
Cancel
Save