fail2ban: install setuptools

https://github.com/fail2ban/fail2ban/issues/3787
This commit is contained in:
Yi-Jyun Pan
2024-07-09 11:04:56 +08:00
parent f6328c0674
commit e4b521fefb
+3
View File
@@ -22,6 +22,9 @@ python3.pkgs.buildPythonApplication rec {
lib.optionals stdenv.isLinux [
systemd
pyinotify
# https://github.com/fail2ban/fail2ban/issues/3787, remove it in the next release
setuptools
];
preConfigure = ''