diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index 0433ba0dac6..0320047761c 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -4,7 +4,7 @@ version=1.0.2 revision=2 build_style=python3-module hostmakedepends="pkg-config python3-setuptools" -depends="python3" +depends="python3-pyasynchat" short_desc="Authentication failure monitor system" maintainer="Orphaned " license="GPL-2.0-only" @@ -24,5 +24,6 @@ pre_build() { } post_install() { + rm -rf ${DESTDIR}/${py3_sitelib}/fail2ban/tests vsv fail2ban }