Open jjbyrnes29 opened 6 months ago
In setroubleshoot-3.3.23, lines 41 to 44 of config.py.in contain the lines:
setroubleshoot-3.3.23
try: from configparser import SafeConfigParser except ImportError: from configparser import SafeConfigParser
SafeConfigParser has been depreciated in Python 3.12 as per https://github.com/python/cpython/pull/92503
SafeConfigParser
In testing, I was able to get the package to be built by editing SafeConfigParser to ConfigParser
ConfigParser
System Information:
Arch 6.8.9-hardened1-2 (with SELinux enabled via base-selinux) Python 3.12.3
In
setroubleshoot-3.3.23
, lines 41 to 44 of config.py.in contain the lines:SafeConfigParser
has been depreciated in Python 3.12 as per https://github.com/python/cpython/pull/92503In testing, I was able to get the package to be built by editing
SafeConfigParser
toConfigParser
System Information: