mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
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
|
||||
build_style=python3-module
|
||||
hostmakedepends="pkg-config python3-setuptools"
|
||||
depends="python3"
|
||||
depends="python3-pyasynchat"
|
||||
short_desc="Authentication failure monitor system"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
|
@ -24,5 +24,6 @@ pre_build() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/${py3_sitelib}/fail2ban/tests
|
||||
vsv fail2ban
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue