[FIX] External python override for package `lxml.html` (#1234)
parent
e9bbb684b9
commit
a78e6c91d4
|
@ -4,7 +4,7 @@
|
||||||
{
|
{
|
||||||
"name": "Text from HTML field",
|
"name": "Text from HTML field",
|
||||||
"summary": "Generate excerpts from any HTML field",
|
"summary": "Generate excerpts from any HTML field",
|
||||||
"version": "11.0.1.0.0",
|
"version": "11.0.1.0.2",
|
||||||
"category": "Tools",
|
"category": "Tools",
|
||||||
"website": "https://github.com/OCA/server-tools",
|
"website": "https://github.com/OCA/server-tools",
|
||||||
"author": "Grupo ESOC Ingeniería de Servicios, "
|
"author": "Grupo ESOC Ingeniería de Servicios, "
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"external_dependencies": {
|
"external_dependencies": {
|
||||||
"python": [
|
"python": [
|
||||||
"lxml.html",
|
"lxml",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"depends": [
|
"depends": [
|
||||||
|
|
Loading…
Reference in New Issue