Skip to content

Commit

Permalink
Fix pipeline linking MySQLdb -> mysqlclient
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarlr committed Apr 1, 2022
1 parent c6b5195 commit 2009782
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sqlalchemy
MySQL-python
mysqlclient==2.0.1
pymssql
radicale==3.1.1
7 changes: 7 additions & 0 deletions setup/base_external_dbsource_mysql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon={
'external_dependencies_override': {
'python': {
'MySQLdb': 'mysqlclient==2.0.1'
}
}
},
odoo_addon=True,
)

0 comments on commit 2009782

Please sign in to comment.