mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[IMP] base_external_dbsource_mysql: Don't depend on SQLite
The amount of shared code is so insignificant, that it doesn't worth to depend on base_external_dbsource_sqlite.
This commit is contained in:
committed by
David Alonso (Solvos)
parent
f88eb7a991
commit
36c50cb936
@@ -11,7 +11,7 @@
|
||||
'website': 'https://github.com/OCA/server-backend',
|
||||
'license': 'LGPL-3',
|
||||
'depends': [
|
||||
'base_external_dbsource_sqlite',
|
||||
'base_external_dbsource',
|
||||
],
|
||||
'external_dependencies': {
|
||||
'python': [
|
||||
|
||||
Reference in New Issue
Block a user