[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:
Pedro M. Baeza
2020-08-07 17:05:53 +02:00
parent 73872b5035
commit c43442a5a5
6 changed files with 48 additions and 16 deletions

View File

@@ -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': [