File use_stl_build.patch of Package python-wxPython
--- wxPython-4.2.3.orig/buildtools/build_wxwidgets.py 2025-04-10 02:05:33.000000000 +0200 +++ wxPython-4.2.3/buildtools/build_wxwidgets.py 2025-07-17 16:26:29.118517686 +0200 @@ -374,6 +374,8 @@ env = dict(os.environ) del env["CONFIG_SITE"] + configure_opts.append("--enable-stl") + print("Configure options: " + repr(configure_opts)) wxBuilder = builder.AutoconfBuilder() if not options.no_config and not options.clean: