From eeb510157aaf67e871e4d24e87a0bf3eedd77806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 27 Jan 2020 20:35:20 +0100 Subject: [PATCH] debian: really drop python2 build Fixes d302aea "Drop Python2 support" QubesOS/qubes-issues#5297 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 37f215e..30aae5b 100755 --- a/debian/rules +++ b/debian/rules @@ -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