From 77b052fdea51fe20cc6d56f3a11d59ce32e753ed Mon Sep 17 00:00:00 2001 From: sebres Date: Mon, 18 Mar 2024 14:22:39 +0100 Subject: [PATCH] amend to df9584505aea0e8570fb53dd5a8e43f8b3af994a (for gh-3487): setup must install fail2ban.compat --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 69946f54b..9f7bd8fb5 100755 --- a/setup.py +++ b/setup.py @@ -221,6 +221,7 @@ setup( packages = [ 'fail2ban', 'fail2ban.client', + 'fail2ban.compat', 'fail2ban.server', ] + [ 'fail2ban.tests',