- 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
5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/sh
|
|
tar -xzf wxPython-*.gz
|
|
rm -r wxPython-*/packaging
|
|
tar -czf wxPython-*.gz wxPython-*/
|