Description of problem: The python3-importlib-metadata package is missing a dependency on the `zipp` package, which must be present for the package to load. Version-Release number of selected component (if applicable): python36-importlib-metadata-0.23-4.el7 How reproducible: 100% Steps to Reproduce: 1. yum install epel-release -q -y && yum install python36-importlib-metadata -q -y 2. python3 -c "import importlib_metadata; print('OK')" Actual results: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.6/site-packages/importlib_metadata/__init__.py", line 9, in <module> import zipp ModuleNotFoundError: No module named 'zipp' Expected results: OK Additional info: Installing the missing `python36-zipp` package resolved the issue. I have not experienced this issue on any other platforms except EPEL 7.
Okay, will check it out in the next week and probably submit an updated package.
The issue is that for EPEL7 the automatic generator does not exist and all dependencies need to be manually added. For all other releases it does run and picks up the dependency.
FEDORA-EPEL-2024-c60b2f080d has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-c60b2f080d
FEDORA-EPEL-2024-c60b2f080d has been pushed to the Fedora EPEL 7 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-c60b2f080d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2024-c60b2f080d has been pushed to the Fedora EPEL 7 stable repository. If problem still persists, please make note of it in this bug report.