From 7af5f521fbc7ceb852e42cc3f71e86367b74ddbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Gonz=C3=A1lez?= Date: Thu, 20 Apr 2023 03:01:00 +0000 Subject: [PATCH] [FIX] html_image_url_extractor: 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#L23 --- html_image_url_extractor/__manifest__.py | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/html_image_url_extractor/__manifest__.py b/html_image_url_extractor/__manifest__.py index a0aa45623..a857148b7 100644 --- a/html_image_url_extractor/__manifest__.py +++ b/html_image_url_extractor/__manifest__.py @@ -12,6 +12,5 @@ "license": "AGPL-3", "application": False, "installable": True, - "external_dependencies": {"python": ["lxml"]}, "depends": ["base"], } diff --git a/requirements.txt b/requirements.txt index 039c3011d..3265c19ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ cryptography==2.6.1 dataclasses dnspython josepy -lxml mako odoorpc openpyxl