mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
debian: don't build --with python2, and turns out X-Python-Version is obsolete in control
This commit is contained in:
parent
84f17f7830
commit
c1213760f1
2 changed files with 1 additions and 2 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -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
2
debian/rules
vendored
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with python2 --buildsystem=python_distutils
|
||||
dh $@ --buildsystem=python_distutils
|
||||
|
|
Loading…
Add table
Reference in a new issue