libbytesize-2.10

This commit is contained in:
Rmys
2024-01-23 17:44:17 +03:00
parent f177bb6ade
commit b45e059d4d
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ from pisi.actionsapi import get
def setup():
shelltools.system("sed -i 's|python2|python|g' configure")
autotools.configure()
# shelltools.export("PYTHON", "/usr/bin/python3")
autotools.configure("--with-python3=yes")
def build():
autotools.make()