forked from openlp/openlp
Use PyMySQL rather than MySQL Connector
This commit is contained in:
parent
4f0ee2b0d3
commit
38a6f1b2ca
@ -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