Closed
Description
Description of problem:
Python 3.12 has removed some deprecated (since 3.4 even) imp
bits that breaks pkg_resources in rawhide build.
SCAP Security Guide Version:
master branch (and others) with Py3.12 and distro not-the-latest setuptools
Operating System Version:
GH CI ubuntu-latest
Steps to Reproduce:
- run the Build workflow
- check status of jobs
- rawhide job fails immediately
Additional Information/Debugging Steps:
- review this PR: gh-98040: Remove just the
imp
module python/cpython#98573
Possible solutions:
- refactor to use importlib/other
- use the patched pkgutil in v66.1.0 or newer