Bug 1787127
| Summary: | Missing runtime dependency for epel | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Jeremy Bertozzi <jeremy.bertozzi> |
| Component: | python-PyMySQL | Assignee: | Julien Enselme <jujens> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | carl, dciabrin, itamar, jujens |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-PyMySQL-0.9.2-3.el7 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-01-20 03:09:05 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: | |||
FEDORA-EPEL-2020-ae0d0fc000 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-ae0d0fc000 python-PyMySQL-0.9.2-3.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-ae0d0fc000 python-PyMySQL-0.9.2-3.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Dependency with python36-paramiko.noarch seems to be missing in EPEL7. Version-Release number of selected component (if applicable): python36-PyMySQL-0.9.2-2.el7.noarch How reproducible: On a RHEL7 machine with EPEL enabled: Steps to Reproduce: 1. yum install python36-PyMySQL 2. pythyon3 -c 'import pymysql' Actual results: python3 -c 'import pymysql' Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.6/site-packages/pymysql/__init__.py", line 96, in <module> from . import connections as _orig_conn File "/usr/lib/python3.6/site-packages/pymysql/connections.py", line 17, in <module> from . import _auth File "/usr/lib/python3.6/site-packages/pymysql/_auth.py", line 8, in <module> from cryptography.hazmat.backends import default_backend ModuleNotFoundError: No module named 'cryptography' Expected results: python36-paramiko should be installed via dependency Additional info: