fail2ban: fix for python 3.12
This commit is contained in:
parent
86d00d8bf6
commit
beb8d064fa
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=1.0.2
|
||||||
revision=2
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="pkg-config python3-setuptools"
|
hostmakedepends="pkg-config python3-setuptools"
|
||||||
depends="python3"
|
depends="python3-pyasynchat"
|
||||||
short_desc="Authentication failure monitor system"
|
short_desc="Authentication failure monitor system"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
@ -24,5 +24,6 @@ pre_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/${py3_sitelib}/fail2ban/tests
|
||||||
vsv fail2ban
|
vsv fail2ban
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue