mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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:
committed by
Alexandru Ardelean
parent
62a777cb76
commit
6b3c95cbd8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user