mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
[FIX] logging_json: PyPI package as python external dep
This commit is contained in:
co-authored by
GitHub
parent
7276de9cf0
commit
24675ae14c
@@ -9,7 +9,7 @@
|
|||||||
'depends': ['base',
|
'depends': ['base',
|
||||||
],
|
],
|
||||||
'external_dependencies': {
|
'external_dependencies': {
|
||||||
'python': ['pythonjsonlogger'],
|
'python': ['python-json-logger'],
|
||||||
},
|
},
|
||||||
'website': 'http://www.camptocamp.com',
|
'website': 'http://www.camptocamp.com',
|
||||||
'data': [],
|
'data': [],
|
||||||
|
|||||||
Reference in New Issue
Block a user