odoo: add missing lxml-html-clean dependency

Fixes this runtime error:

    lxml.html.clean module is now a separate project lxml_html_clean.
    Install lxml[html_clean] or lxml_html_clean directly.
This commit is contained in:
zimbatm 2024-07-16 15:21:46 +02:00
parent 1ae6196bcd
commit 2c9f7408ca

View File

@ -58,6 +58,7 @@ in python.pkgs.buildPythonApplication rec {
jinja2
libsass
lxml
lxml-html-clean
markupsafe
num2words
ofxparse