forked from pool/nodejs-electron
- Fix build on Fedora * Added electron-16-node-fix-python3.10-import.patch - Add devel package with node headers (e.g. for node-gyp) * Added electron-16-system-node-headers.patch - Fix building on Fedora and openSUSE Leap OBS-URL: https://build.opensuse.org/request/show/949719 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs-electron?expand=0&rev=16
14 lines
651 B
Diff
14 lines
651 B
Diff
Index: electron-16.0.7/third_party/electron_node/tools/inspector_protocol/jinja2/tests.py
|
|
===================================================================
|
|
--- electron-16.0.7.orig/third_party/electron_node/tools/inspector_protocol/jinja2/tests.py 2022-01-19 09:58:52.946185049 +0100
|
|
+++ electron-16.0.7/third_party/electron_node/tools/inspector_protocol/jinja2/tests.py 2022-01-27 13:05:22.634208381 +0100
|
|
@@ -10,7 +10,7 @@
|
|
"""
|
|
import operator
|
|
import re
|
|
-from collections import Mapping
|
|
+from collections.abc import Mapping
|
|
from jinja2.runtime import Undefined
|
|
from jinja2._compat import text_type, string_types, integer_types
|
|
import decimal
|