Skip to content

Commit 7b35fc5

Browse files
committed
Fixed beeware#118 - Ensure that lib-dynload folder does not contain .so files.
1 parent 56db497 commit 7b35fc5

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

patch/Python/release.common.exclude

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ Python/Resources/lib/python*/lib2to3/tests
1818
Python/Resources/lib/python*/sqlite3/test
1919
Python/Resources/lib/python*/test
2020
# Remove compiled test and example modules.
21-
Python/Resources/lib/python*/lib-dynload/_test*.so
22-
Python/Resources/lib/python*/lib-dynload/_ctypes_test*.so
23-
Python/Resources/lib/python*/lib-dynload/xxlimited*.so
24-
Python/Resources/lib/python*/lib-dynload/_xx*.so
21+
Python/Resources/lib/python*/lib-dynload/*.so
2522
# Remove wsgiref web app module; it's unusual that mobile apps would
2623
# start a web app server with it.
2724
Python/Resources/lib/python*/wsgiref

patch/Python/release.iOS.exclude

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
#
55
# Remove command-line curses toolkit.
66
Python/Resources/lib/python*/curses
7-
Python/Resources/lib/python*/lib-dynload/_curses*.so

patch/Python/release.tvOS.exclude

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
#
55
# Remove command-line curses toolkit.
66
Python/Resources/lib/python*/curses
7-
Python/Resources/lib/python*/lib-dynload/_curses*.so

patch/Python/release.watchOS.exclude

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
#
55
# Remove command-line curses toolkit.
66
Python/Resources/lib/python*/curses
7-
Python/Resources/lib/python*/lib-dynload/_curses*.so

0 commit comments

Comments
 (0)