debian: don't build --with python2, and turns out X-Python-Version is obsolete in control

This commit is contained in:
Alexandre Aubin 2021-01-01 05:16:18 +01:00
parent 84f17f7830
commit c1213760f1
2 changed files with 1 additions and 2 deletions

1
debian/control vendored
View file

@ -4,7 +4,6 @@ Priority: optional
Maintainer: YunoHost Contributors <contrib@yunohost.org>
Build-Depends: debhelper (>= 9), python3 (>= 3.7), dh-python, python3-setuptools, python3-psutil, python3-all (>= 3.7)
Standards-Version: 3.9.6
X-Python-Version: >= 3.7
Homepage: https://github.com/YunoHost/moulinette
Package: moulinette

2
debian/rules vendored
View file

@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --with python2 --buildsystem=python_distutils
dh $@ --buildsystem=python_distutils