Skip to content

Commit

Permalink
html_text: fix external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Mar 18, 2022
1 parent db43997 commit cd39dd7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup/html_text/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
odoo_addon={
"external_dependencies_override": {
"python": {
"lxml.html": "lxml",
}
}
},
)

0 comments on commit cd39dd7

Please sign in to comment.