Forwarded bug from Debian's bug tracker

For the full report, see:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074697

Summary: package fails to build due to:

ImportError: cannot import name 'SafeConfigParser' from 'configparser' (/usr/lib/python3.12/configparser.py)

What's new in Python 3.12:

https://docs.python.org/3/whatsnew/3.12.html#configparser

From the above page: "configparser no longer has a SafeConfigParser class. Use the shorter ConfigParser name instead."