Bug 1679903

Summary: python3-PyMySQL is missing requires for python3-cryptography
Product: [Fedora] Fedora Reporter: Vaclav Danek <vdanek>
Component: python-PyMySQLAssignee: Julien Enselme <jujens>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: carl, dciabrin, itamar, jujens
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-PyMySQL-0.9.2-2.fc28 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-04 01:51:07 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:

Description Vaclav Danek 2019-02-22 08:22:46 UTC
Description of problem:
python3-PyMySQL is missing requires for python3-cryptography

Version-Release number of selected component (if applicable):
python3-PyMySQL-0.9.2-1.fc28.noarch

How reproducible:
Always

Actual results:

[root@farp ~]# python3
Python 3.6.8 (default, Jan 31 2019, 09:38:34)
[GCC 8.2.1 20181215 (Red Hat 8.2.1-6)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymysql
Traceback (most recent call last):
  File "<stdin>", 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'
>>> quit

[root@farp ~]# rpm -qa python3-PyMySQL
python3-PyMySQL-0.9.2-1.fc28.noarch


Additional info:

Comment 1 Fedora Update System 2019-02-23 14:14:35 UTC
python-PyMySQL-0.9.2-2.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2019-8f49b57f69

Comment 2 Fedora Update System 2019-02-24 01:54:14 UTC
python-PyMySQL-0.9.2-2.fc28 has been pushed to the Fedora 28 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-2019-8f49b57f69

Comment 3 Fedora Update System 2019-03-04 01:51:07 UTC
python-PyMySQL-0.9.2-2.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.