Explorar o código

debian: really drop python2 build

Fixes d302aea "Drop Python2 support"
QubesOS/qubes-issues#5297
Marek Marczykowski-Górecki %!s(int64=4) %!d(string=hai) anos
pai
achega
eeb510157a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      debian/rules

+ 1 - 1
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