From c47829e5f23907e3173a3d6c021e7255886d4ab1 Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Thu, 14 Mar 2024 16:08:05 -0400 Subject: [PATCH] bemade_fetchmail_only_production: fetchmail > mail in manifest --- bemade_fetchmail_only_production/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [ ],