File spc-tab-Makefile-pre-in.patch of Package python3.41795
--- Makefile.pre.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: Python-3.4.10/Makefile.pre.in =================================================================== --- Python-3.4.10.orig/Makefile.pre.in 2025-12-08 21:28:55.434985818 +0100 +++ Python-3.4.10/Makefile.pre.in 2025-12-08 21:35:08.949609637 +0100 @@ -1152,8 +1152,8 @@ test/test_importlib/namespace_pkgs/project3 \ test/test_importlib/namespace_pkgs/project3/parent \ test/test_importlib/namespace_pkgs/project3/parent/child \ - test/test_importlib/namespace_pkgs/module_and_namespace_package \ - test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test \ + test/test_importlib/namespace_pkgs/module_and_namespace_package \ + test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test \ asyncio \ test/test_asyncio \ collections concurrent concurrent/futures encodings \