[FIX] External python override for package `lxml.html` (#1234)

pull/2256/head
Jaume Planas 2018-04-27 20:15:26 +02:00 committed by Mantux11
parent e9bbb684b9
commit a78e6c91d4
1 changed files with 2 additions and 2 deletions

View File

@ -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": [