diff --git a/runbot/__openerp__.py b/runbot/__openerp__.py index 471709ac..3e914ffe 100644 --- a/runbot/__openerp__.py +++ b/runbot/__openerp__.py @@ -5,7 +5,7 @@ 'version': '1.3', 'description': "Runbot", 'author': 'Odoo SA', - 'depends': ['website'], + 'depends': ['website', 'base_setup'], 'external_dependencies': { 'python': ['matplotlib'], },