gst-python3:fix py version

This commit is contained in:
alihanozturk
2017-02-17 15:19:48 +03:00
parent a2541efd90
commit 26908fe7b0
@@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.export("PYTHON", "/usr/bin/python3.4")
shelltools.export("PYTHON", "/usr/bin/python3.6")
autotools.autoreconf("-vfi")
autotools.configure("--disable-static")