debian: really drop python2 build

Fixes d302aea "Drop Python2 support"
QubesOS/qubes-issues#5297
This commit is contained in:
Marek Marczykowski-Górecki 2020-01-27 20:35:20 +01:00
parent 831ddc18fe
commit eeb510157a
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

2
debian/rules vendored
View File

@ -20,7 +20,7 @@ include /usr/share/dpkg/default.mk
# main packaging script based on dh7 syntax
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_build: export http_proxy=127.0.0.1:9
override_dh_auto_build: export https_proxy=127.0.0.1:9