[FIX] html_text: remove `lxml` from python depends
Such dependency is already included in Odoo requirements using a pinned version [1]. Adding here could cause to upgrade the library to an incompatible version. [1] https://github.com/odoo/odoo/blob/54e58b3e47ee/requirements.txt#L23pull/2652/head
parent
732ea745a8
commit
fd5b8e5299
|
@ -14,6 +14,5 @@
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"application": False,
|
"application": False,
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"external_dependencies": {"python": ["lxml"]},
|
|
||||||
"depends": ["base"],
|
"depends": ["base"],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue