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 dc5cbf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup/html_text/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

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

0 comments on commit dc5cbf5

Please sign in to comment.