mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
Specify additional python dependency
Include matplotlib introduced in 32aecb13
This commit is contained in:
parent
f37354b054
commit
e55b112e66
@ -6,6 +6,9 @@
|
||||
'description': "Runbot",
|
||||
'author': 'OpenERP SA',
|
||||
'depends': ['website'],
|
||||
'external_dependencies': {
|
||||
'python': ['matplotlib'],
|
||||
},
|
||||
'data': [
|
||||
'runbot.xml',
|
||||
'security/ir.model.access.csv',
|
||||
|
Loading…
Reference in New Issue
Block a user