From bacf4db2f70a9d9f30901f428dfca56b3bb90d64 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 10:55:48 +0200 Subject: [PATCH] fail2ban: switch to python2-module --- srcpkgs/fail2ban/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index 90dc635507d..877e930fa1c 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -3,7 +3,7 @@ pkgname=fail2ban version=0.9.5 revision=2 noarch=yes -build_style=python-module +build_style=python2-module hostmakedepends="pkg-config python" depends="python" short_desc="Authentication failure monitor system"