mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
amend to df9584505aea0e8570fb53dd5a8e43f8b3af994a (for gh-3487): setup must install fail2ban.compat
This commit is contained in:
parent
5a59b0bae2
commit
77b052fdea
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -221,6 +221,7 @@ setup(
|
|||
packages = [
|
||||
'fail2ban',
|
||||
'fail2ban.client',
|
||||
'fail2ban.compat',
|
||||
'fail2ban.server',
|
||||
] + [
|
||||
'fail2ban.tests',
|
||||
|
|
|
|||
Loading…
Reference in a new issue