python3.8

This commit is contained in:
Rmys
2020-01-21 23:40:16 +03:00
committed by GitHub
parent 9fead41e29
commit 982291df8d
@@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.export("PYTHON", "/usr/bin/python3.6")
shelltools.export("PYTHON", "/usr/bin/python3.8")
autotools.autoreconf("-vfi")
autotools.configure("--disable-static")