fail2ban: add host build deps to fix #28520
authordwardor <redacted>
Sun, 22 Feb 2026 10:56:09 +0000 (11:56 +0100)
committerAlexandru Ardelean <redacted>
Sun, 15 Mar 2026 11:11:08 +0000 (13:11 +0200)
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 <redacted>
net/fail2ban/Makefile

index 8973ec599f0ee930360741d087c2abf421191a4a..2565c52274ddb43dbcdd2febd72bb1aeb15b5c8c 100644 (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
 
git clone https://git.99rst.org/PROJECT