From 24675ae14c7b175286b14490aa2b1009f857f5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Sat, 21 Dec 2019 15:03:35 +0100 Subject: [PATCH] [FIX] logging_json: PyPI package as python external dep --- logging_json/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index 1baac08..ce1b414 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -9,7 +9,7 @@ 'depends': ['base', ], 'external_dependencies': { - 'python': ['pythonjsonlogger'], + 'python': ['python-json-logger'], }, 'website': 'http://www.camptocamp.com', 'data': [],