Hello,
I'd like to provide an update on Python 3.12 mass rebuild.
The mass rebuild is still in progress. So far 2666 packages were rebuilt
in side tag which is about 65,8% out of 4049 python packages. We are now
working on fixing important packages blocking others.
As mentioned in previous e
If your package is failing with ModuleNotFoundError: No module named
'imp', this is happening because Python 3.12 removed the long
deprecated
imp module. As a stopgap measure, you can BuildRequire
python3-zombie-imp package, which allows you to import the imp module
even on Python 3.12. We str
On 27. 06. 23 21:37, Maxwell G wrote:
If your package is failing with ModuleNotFoundError: No module named
'imp', this is happening because Python 3.12 removed the long deprecated
imp module. As a stopgap measure, you can BuildRequire
python3-zombie-imp package, which allows you to import the i