commit: 80d4e4d8e78aa78482ba3938071390f7d1df7293
parent 05f7d2c61f5db6136352405f89036a8a5baee2c0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 16 Feb 2023 20:54:45 +0100
games-engines/renpy: Add 'import sysconfig' in executable
Diffstat:
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/games-engines/renpy/files/renpy-8.0.3-system-path.patch b/games-engines/renpy/files/renpy-8.0.3-system-path.patch
@@ -1,7 +1,13 @@
-diff --git a/renpy.py.old b/renpy.py
-index c00d46456f..29046c5335 100755
---- a/renpy.py.old
+--- a/renpy.py
+++ b/renpy.py
+@@ -30,6 +30,7 @@ from __future__ import print_function, absolute_import
+ import os
+ import sys
+ import warnings
++import sysconfig
+
+ # Functions to be customized by distributors. ################################
+
@@ -209,7 +209,7 @@ def path_to_renpy_base():
Returns the absolute path to thew Ren'Py base directory.
"""