mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[FIX] base_external_dbsource_mysql: Pin version of MySQLdb
This commit is contained in:
committed by
Holger Brunn
parent
4725ff3452
commit
d795b17d1c
@@ -5,7 +5,7 @@ setuptools.setup(
|
||||
odoo_addon={
|
||||
'external_dependencies_override': {
|
||||
'python': {
|
||||
'MySQLdb': 'mysqlclient',
|
||||
'MySQLdb': 'mysqlclient==2.0.1',
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user