fail2ban: add host build deps to fix #28520

Adds the misssing build dependencies to remove the
"Cannot import 'setuptools.build_meta'" build error with 25.12.0-rc1 to 25.12.0-rc5

Signed-off-by: dwardor <benjamin.reveille@gmail.com>
This commit is contained in:
dwardor
2026-02-22 11:56:09 +01:00
committed by Alexandru Ardelean
parent 62a777cb76
commit 6b3c95cbd8

View File

@@ -18,6 +18,10 @@ PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:fail2ban:fail2ban
PKG_BUILD_DEPENDS:= \
python3/host \
python-setuptools/host
include $(INCLUDE_DIR)/package.mk
include ../../lang/python/python3-package.mk