From 982291df8d86c89c0a164a90deedd4d179d50fde Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 21 Jan 2020 23:40:16 +0300 Subject: [PATCH] python3.8 --- 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 b793d544df..726dea9a01 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.6") + shelltools.export("PYTHON", "/usr/bin/python3.8") autotools.autoreconf("-vfi") autotools.configure("--disable-static")