From 74fc057f48fdc06ad9cc1be9669bce02e7e645d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernanda=20Hern=C3=A1ndez?= Date: Wed, 1 Jun 2022 21:16:39 +0000 Subject: [PATCH] [REF] report_py3o: remove PyPDF2 from external_dependencies --- report_py3o/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 277df21b6..8bab77428 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -11,7 +11,7 @@ "website": "https://github.com/OCA/reporting-engine", "depends": ["web"], "external_dependencies": { - "python": ["py3o.template", "py3o.formats", "PyPDF2"], + "python": ["py3o.template", "py3o.formats"], "deb": ["libreoffice"], }, "data": [