Skip to content

Commit 6710e60

Browse files
committed
Corrected some packaging exclusions.
1 parent 972b185 commit 6710e60

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

patch/Python/release.iOS.exclude

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# Remove command-line curses toolkit.
66
python-stdlib/curses
77
# Remove the testing binary modules
8-
python-stdlib/lib-dynload/_test*.dylib
8+
python-stdlib/lib-dynload/*_test*.dylib
99
python-stdlib/lib-dynload/_xx*.dylib
1010
python-stdlib/lib-dynload/xx*.dylib

patch/Python/release.macOS.exclude

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# It is used by `tar -X` during the Makefile build.
44
#
55
# Remove the testing binary modules
6-
python-stdlib/lib-dynload/_test*.so
6+
python-stdlib/lib-dynload/*_test*.so
77
python-stdlib/lib-dynload/_xx*.so
88
python-stdlib/lib-dynload/xx*.so

patch/Python/release.tvOS.exclude

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# It is used by `tar -X` during the Makefile build.
44
#
55
# Remove command-line curses toolkit.
6-
Python/Resources/lib/python*/curses
6+
python-stdlib/curses
77
# Remove the testing binary modules
8-
python-stdlib/lib-dynload/_test*.dylib
8+
python-stdlib/lib-dynload/*_test*.dylib
99
python-stdlib/lib-dynload/_xx*.dylib
1010
python-stdlib/lib-dynload/xx*.dylib

patch/Python/release.watchOS.exclude

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# It is used by `tar -X` during the Makefile build.
44
#
55
# Remove command-line curses toolkit.
6-
Python/Resources/lib/python*/curses
6+
python-stdlib/curses
77
# Remove the testing binary modules
8-
python-stdlib/lib-dynload/_test*.dylib
8+
python-stdlib/lib-dynload/*_test*.dylib
99
python-stdlib/lib-dynload/_xx*.dylib
1010
python-stdlib/lib-dynload/xx*.dylib

0 commit comments

Comments
 (0)