python3
This commit is contained in:
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("PYTHON","python3.6")
|
||||
shelltools.export("PYTHON","python3")
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
|
||||
Reference in New Issue
Block a user