forked from openlp/openlp
Change MySQL-Connector optional dependency to pymysql, a pure-Python MySQL client.
bzr-revno: 2895
This commit is contained in:
commit
7eaabb882e
@ -97,7 +97,7 @@ MODULES = [
|
||||
|
||||
OPTIONAL_MODULES = [
|
||||
('qdarkstyle', '(dark style support)'),
|
||||
('mysql.connector', '(MySQL support)'),
|
||||
('pymysql', '(MySQL support)'),
|
||||
('pyodbc', '(ODBC support)'),
|
||||
('psycopg2', '(PostgreSQL support)'),
|
||||
('enchant', '(spell checker)'),
|
||||
|
Loading…
Reference in New Issue
Block a user