Need to add mysqlclient to openstack global reqs

Bug #1658816 reported by Sulochan Acharya
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
craton
Won't Fix
High
Sulochan Acharya

Bug Description

openstack global req currently has no support for py3 and python-mysql. since we are only py3 we need to include https://pypi.python.org/pypi/mysqlclient in global reqs.

Changed in craton:
assignee: nobody → Sulochan Acharya (sulochan-acharya)
Revision history for this message
Ian Cordasco (icordasc) wrote :

I'm marking this as incomplete because I'm fairly certain there is a Python 2/3 compatible mysql driver for sqlalchemy in global-requirements already.

Changed in craton:
status: New → Incomplete
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.

Revision history for this message
Jim Baker (jimbaker) wrote :

We have added a dependency on PyMySQL. So this specific bug is a wont-fix.

Changed in craton:
status: Incomplete → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.