aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/python3/darwin_embedded.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends/target/python3/darwin_embedded.patch')
-rw-r--r--tools/depends/target/python3/darwin_embedded.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/depends/target/python3/darwin_embedded.patch b/tools/depends/target/python3/darwin_embedded.patch
index 77c9d0f30a..bd27f7ef1f 100644
--- a/tools/depends/target/python3/darwin_embedded.patch
+++ b/tools/depends/target/python3/darwin_embedded.patch
@@ -1,14 +1,3 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -6827,7 +6827,7 @@
- AS_CASE([$ac_sys_system],
- [AIX], [PY_STDLIB_MOD_SET_NA([_scproxy], [spwd])],
- [VxWorks*], [PY_STDLIB_MOD_SET_NA([_scproxy], [_crypt], [termios], [grp])],
-- [Darwin], [PY_STDLIB_MOD_SET_NA([ossaudiodev], [spwd])],
-+ [Darwin], [PY_STDLIB_MOD_SET_NA([ossaudiodev], [spwd], [_posixsubprocess], [_scproxy], [_tkinter], [_xxsubinterpreters])],
- [CYGWIN*], [PY_STDLIB_MOD_SET_NA([_scproxy], [nis])],
- [QNX*], [PY_STDLIB_MOD_SET_NA([_scproxy], [nis])],
- [FreeBSD*], [PY_STDLIB_MOD_SET_NA([_scproxy], [spwd])],
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -605,6 +605,7 @@