mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Merge pull request #126 from sbidoul/patch-1
[FIX] logging_json: PyPI package as python external dep
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
'depends': ['base',
|
||||
],
|
||||
'external_dependencies': {
|
||||
'python': ['pythonjsonlogger'],
|
||||
'python': ['python-json-logger'],
|
||||
},
|
||||
'website': 'http://www.camptocamp.com',
|
||||
'data': [],
|
||||
|
||||
Reference in New Issue
Block a user