Bug 2257443
| Summary: | Missing dependency on 'python36-zipp' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Scott K Logan <logans> |
| Component: | python-importlib-metadata | Assignee: | Frank Crawford <frank> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | frank, python-packagers-sig |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-importlib-metadata-0.23-5.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-01-22 02:08:01 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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. |
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.