From 685c315fa35abcbac7b2dc9c779025a7ebb15665 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 13 Dec 2016 14:19:55 +0100 Subject: [PATCH] Add external dependency to python inema module. We would like to depend on >= 0.2, but it seems that's not possible. --- __openerp__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/__openerp__.py b/__openerp__.py index 0f0443e..5bf111d 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -17,4 +17,7 @@ ], 'installable': True, 'application': True, + 'external_dependencies': { + 'python': ['inema'] + }, }