From 613d8c3836f020a42c00da86b1d9a39f28d0a86c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:04:03 -0400 Subject: [PATCH] fail2ban: rebuild for Python 3.12 --- srcpkgs/fail2ban/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index 6538155a42a..0433ba0dac6 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -1,9 +1,9 @@ # Template file for 'fail2ban' pkgname=fail2ban version=1.0.2 -revision=1 +revision=2 build_style=python3-module -hostmakedepends="pkg-config python3" +hostmakedepends="pkg-config python3-setuptools" depends="python3" short_desc="Authentication failure monitor system" maintainer="Orphaned "