[FIX] report_csv remove incorrect external_dependencies

csv is a stdlib module, no need to declare it as external dep.
This commit is contained in:
Stéphane Bidoul
2021-07-27 15:37:48 +02:00
parent 6c9814822f
commit 358dbb8321

View File

@@ -8,7 +8,6 @@
"category": "Reporting",
"version": "13.0.1.0.1",
"license": "AGPL-3",
"external_dependencies": {"python": ["csv"]},
"depends": ["base", "web"],
"data": ["views/webclient_templates.xml"],
"demo": ["demo/report.xml"],