From 2e05d1e6e4452012bb757cf90a0ed0e7857b5285 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 9 Mar 2020 09:59:36 +0300 Subject: [PATCH] 3.8 py --- programming/language/python3/python3-sip/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/python3/python3-sip/actions.py b/programming/language/python3/python3-sip/actions.py index 5c5257f735..defdb6e3f2 100644 --- a/programming/language/python3/python3-sip/actions.py +++ b/programming/language/python3/python3-sip/actions.py @@ -17,7 +17,7 @@ def setup(): shelltools.cd("sip-%s" % get.srcVERSION()) shelltools.copytree("../sip-%s" % (get.srcVERSION().replace("_", "~")), "../sip-%s-pyqt5" % get.srcVERSION()) - shelltools.system("find . -type f -exec sed -i 's/Python.h/python3.6m\/Python.h/g' {} \;") + shelltools.system("find . -type f -exec sed -i 's/Python.h/python3.8\/Python.h/g' {} \;") pythonmodules.run('configure.py CFLAGS="%s" CXXFLAGS="%s"' % (get.CFLAGS(), get.CXXFLAGS()), pyVer = "3")