package/fail2ban: switch from distutils to setuptools

distutils will be dropped with python 3.12.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
next
Bernd Kuhls 2023-08-05 23:52:10 +02:00 committed by Thomas Petazzoni
parent 9ae04a4d11
commit 8367c14188
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ FAIL2BAN_LICENSE = GPL-2.0+
FAIL2BAN_LICENSE_FILES = COPYING
FAIL2BAN_CPE_ID_VENDOR = fail2ban
FAIL2BAN_SELINUX_MODULES = fail2ban
FAIL2BAN_SETUP_TYPE = distutils
FAIL2BAN_SETUP_TYPE = setuptools
# 0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch
FAIL2BAN_IGNORE_CVES += CVE-2021-32749