diff --git a/bemade_fetchmail_only_production/__manifest__.py b/bemade_fetchmail_only_production/__manifest__.py index 9ea7f91..4727145 100644 --- a/bemade_fetchmail_only_production/__manifest__.py +++ b/bemade_fetchmail_only_production/__manifest__.py @@ -10,7 +10,7 @@ "author": "Bemade", 'website': 'https://www.bemade.org', "depends": [ - 'fetchmail', + 'mail', ], "data": [ ],