New issue by MechDR on void-packages repository https://github.com/void-linux/void-packages/issues/46798 Description: ### Is this a new report? Yes ### System Info Void 6.5.7_1 x86_64 GenuineIntel uptodate ### Package(s) Affected bleachbit-4.4.2_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? Not as far as I know. ### Expected behaviour The app should run, it doesn't. ### Actual behaviour It doesn't run. ### Steps to reproduce Run the app, see what happens. ``` Traceback (most recent call last): File "/usr/bin/bleachbit", line 43, in import bleachbit.GUI File "/usr/share/bleachbit/__init__.py", line 33, in from configparser import RawConfigParser, NoOptionError, SafeConfigParser ImportError: cannot import name 'SafeConfigParser' from 'configparser' (/usr/lib/python3.12/configparser.py). Did you mean: 'RawConfigParser'? ```