Comment 2 for bug 1658816

Revision history for this message
Ian Cordasco (icordasc) wrote :

Looking at global requirements there are two mysql related requirements:

- MySQL-python;python_version=='2.7'
- PyMySQL

The former is only installed if it's in the requirements and the version is Python 2.7. The latter is installed unconditionally. We should swap mysqlclient for PyMySQL /or/ make the case that mysqlclient works better on Py2 and Py3 than PyMySQL and replace it.