From: dwardor Date: Sun, 22 Feb 2026 10:56:09 +0000 (+0100) Subject: fail2ban: add host build deps to fix #28520 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6b3c95cbd8f7f84aa9f0c1c7ebc5c81e305254b4;p=openwrt-packages.git 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 --- diff --git a/net/fail2ban/Makefile b/net/fail2ban/Makefile index 8973ec599..2565c5227 100644 --- a/net/fail2ban/Makefile +++ b/net/fail2ban/Makefile @@ -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