From e55b112e66a43f534da5b2bfed528991ca1e5c17 Mon Sep 17 00:00:00 2001 From: Sandy Date: Thu, 12 Jun 2014 14:47:33 -0400 Subject: [PATCH] Specify additional python dependency Include matplotlib introduced in 32aecb13 --- runbot/__openerp__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runbot/__openerp__.py b/runbot/__openerp__.py index 756ba948..f4fbd0c0 100644 --- a/runbot/__openerp__.py +++ b/runbot/__openerp__.py @@ -6,6 +6,9 @@ 'description': "Runbot", 'author': 'OpenERP SA', 'depends': ['website'], + 'external_dependencies': { + 'python': ['matplotlib'], + }, 'data': [ 'runbot.xml', 'security/ir.model.access.csv',