Skip to content

Commit f4a4c9d

Browse files
committed
Remove more -apple-tvos
1 parent 40f317c commit f4a4c9d

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

cpython-unix/extension-modules.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ _ctypes_test:
154154
_curses:
155155
# ncurses not available on iOS.
156156
disabled-targets:
157-
- .*-apple-tvos
158157
- .*-apple-watchos
159158
sources:
160159
- _cursesmodule.c
@@ -179,7 +178,6 @@ _curses:
179178
_curses_panel:
180179
# ncurses not available on iOS.
181180
disabled-targets:
182-
- .*-apple-tvos
183181
- .*-apple-watchos
184182
sources:
185183
- _curses_panel.c
@@ -881,7 +879,6 @@ pyexpat:
881879

882880
readline:
883881
disabled-targets:
884-
- .*-apple-tvos
885882
- .*-apple-watchos
886883
sources:
887884
- readline.c

cpython-unix/patch-apple-cross-3.12.patch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ index c62a565eb6..7e5d34632c 100644
66
*-*-cygwin*)
77
ac_sys_system=Cygwin
88
;;
9-
+ *-apple-tvos*)
10-
+ ac_sys_system=tvOS
11-
+ ;;
129
+ *-apple-watchos*)
1310
+ ac_sys_system=watchOS
1411
+ ;;

cpython-unix/patch-apple-cross-3.13.patch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ index 58f54076ff2..a734260691a 100644
66
*-apple-ios*)
77
ac_sys_system=iOS
88
;;
9-
+ *-apple-tvos*)
10-
+ ac_sys_system=tvOS
11-
+ ;;
129
+ *-apple-watchos*)
1310
+ ac_sys_system=watchOS
1411
+ ;;

cpython-unix/patch-apple-cross.patch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ index c62a565eb6..7e5d34632c 100644
66
*-*-cygwin*)
77
ac_sys_system=Cygwin
88
;;
9-
+ *-apple-tvos*)
10-
+ ac_sys_system=tvOS
11-
+ ;;
129
+ *-apple-watchos*)
1310
+ ac_sys_system=watchOS
1411
+ ;;

0 commit comments

Comments
 (0)