File mingw-python3_mods-failed.patch of Package mingw-python3

diff -rupN --no-dereference Python-3.11.8/setup.py Python-3.11.8-new/setup.py
--- Python-3.11.8/setup.py	2024-02-06 22:21:21.000000000 +0100
+++ Python-3.11.8-new/setup.py	2024-02-16 22:21:28.696346191 +0100
@@ -577,6 +577,8 @@ class PyBuildExt(build_ext):
             print("Failed to build these modules:")
             print_three_column(failed)
             print()
+            with open('mods_failed.txt', 'w') as fh:
+                fh.write(", ".join(failed) + "\n")
 
         if self.failed_on_import:
             failed = self.failed_on_import[:]
openSUSE Build Service is sponsored by