diff options
| author | Britney Fransen <brfransen@gmail.com> | 2025-11-11 21:19:20 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2025-11-11 21:19:20 (GMT) |
| commit | b4b98f0cf04a36845116bde4dd89f76bf55ec709 (patch) | |
| tree | 67404435afa5d39d864094be4fa36e4eb8304a18 /linhes/qt5-webengine/python3.12-imp.patch | |
| parent | e8bf92244cf39581090439c68950535ba54675b6 (diff) | |
| download | linhes_pkgbuild-b4b98f0cf04a36845116bde4dd89f76bf55ec709.zip linhes_pkgbuild-b4b98f0cf04a36845116bde4dd89f76bf55ec709.tar.gz linhes_pkgbuild-b4b98f0cf04a36845116bde4dd89f76bf55ec709.tar.bz2 | |
qt5-webengine: initial inclusion
Diffstat (limited to 'linhes/qt5-webengine/python3.12-imp.patch')
| -rw-r--r-- | linhes/qt5-webengine/python3.12-imp.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/linhes/qt5-webengine/python3.12-imp.patch b/linhes/qt5-webengine/python3.12-imp.patch new file mode 100644 index 0000000..f7cb480 --- /dev/null +++ b/linhes/qt5-webengine/python3.12-imp.patch @@ -0,0 +1,26 @@ +Description: stop using imp module which was removed in Python 3.12 +Origin: upstream, commits + https://chromium.googlesource.com/chromium/src/+/9e0c89a3b5638ba2 + https://chromium.googlesource.com/chromium/src/+/f5f6e361d037c316 +Last-Update: 2024-03-17 + +--- a/mojo/public/tools/mojom/mojom/fileutil.py ++++ b/mojo/public/tools/mojom/mojom/fileutil.py +@@ -3,7 +3,6 @@ + # found in the LICENSE file. + + import errno +-import imp + import os.path + import sys + +--- a/mojo/public/tools/mojom/mojom/parse/lexer.py ++++ b/mojo/public/tools/mojom/mojom/parse/lexer.py +@@ -2,7 +2,6 @@ + # Use of this source code is governed by a BSD-style license that can be + # found in the LICENSE file. + +-import imp + import os.path + import sys + |
