From 34ec636a5f115450aacc165b4e128d923392d4dc Mon Sep 17 00:00:00 2001 From: "@" <@> Date: Fri, 7 Dec 2012 12:29:48 +0100 Subject: [PATCH] [FIX] express the external dependency on the 'request' lib in the manifest file --- pingen/__openerp__.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pingen/__openerp__.py b/pingen/__openerp__.py index bdbe547..fd4114e 100644 --- a/pingen/__openerp__.py +++ b/pingen/__openerp__.py @@ -20,14 +20,17 @@ ############################################################################## { - 'name' : 'pingen.com integration', - 'version' : '1.0', - 'author' : 'Camptocamp', + 'name': 'pingen.com integration', + 'version': '1.0', + 'author': 'Camptocamp', 'maintainer': 'Camptocamp', 'license': 'AGPL-3', 'category': 'Reporting', 'complexity': 'easy', - 'depends' : [], + 'depends': [], + 'external_dependencies': { + 'python': ['requests'], + }, 'description': """ Integration with pingen.com ===========================