fail2ban: remove fail2ban-2to3
The codebase has been migrated to Python 3 already: https://github.com/fail2ban/fail2ban/commit/03d7c92ae860dd29987e2090f4d6a24cc55c5b10
This commit is contained in:
@@ -25,9 +25,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs fail2ban-2to3
|
||||
./fail2ban-2to3
|
||||
|
||||
for i in config/action.d/sendmail*.conf; do
|
||||
substituteInPlace $i \
|
||||
--replace /usr/sbin/sendmail sendmail
|
||||
|
||||
Reference in New Issue
Block a user