onboard-1.4.2.2: new upstream.

This commit is contained in:
uglyside
2025-04-20 10:47:36 +03:00
parent 6011d5d56b
commit 643f034b88
2 changed files with 26 additions and 28 deletions
+3 -2
View File
@@ -5,11 +5,12 @@
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
shelltools.export("FAKEROOTKEY", "1") # ?any, see setup.py 445:
def build():
pythonmodules.compile(pyVer = '3')
def install():
pythonmodules.install(pyVer = '3')