From 26908fe7b0c7c7cfc2fa09b3268c008e44791a0a Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Fri, 17 Feb 2017 15:19:48 +0300 Subject: [PATCH] gst-python3:fix py version --- programming/language/python3/gst-python3/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/python3/gst-python3/actions.py b/programming/language/python3/gst-python3/actions.py index 74da95b359..b793d544df 100644 --- a/programming/language/python3/gst-python3/actions.py +++ b/programming/language/python3/gst-python3/actions.py @@ -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")