sorry for the noise, the recent change broke Factory
- reenable build on python 3.12 while it is still needed on Factory - create python 3.14 build (it will be excluded until switched on) OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=77
This commit is contained in:
11
use_stl_build.patch
Normal file
11
use_stl_build.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- wxPython-4.1.0/buildtools/build_wxwidgets.py_orig 2020-05-30 01:24:47.890132236 +0200
|
||||
+++ wxPython-4.1.0/buildtools/build_wxwidgets.py 2020-05-30 01:25:59.574988273 +0200
|
||||
@@ -370,6 +370,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:
|
||||
Reference in New Issue
Block a user