mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
python/python3: remove zlib/host dependency
zlib is now a host tool and the zlib/host package was removed. this dependency is not needed any more as there will always be a zlib host library. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@@ -43,7 +43,7 @@ PKG_CONFIG_DEPENDS:= \
|
||||
CONFIG_PYTHON3_BLUETOOTH_SUPPORT
|
||||
|
||||
PKG_BUILD_DEPENDS:=python3/host
|
||||
HOST_BUILD_DEPENDS:=bzip2/host expat/host libffi/host zlib/host
|
||||
HOST_BUILD_DEPENDS:=bzip2/host expat/host libffi/host
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
Reference in New Issue
Block a user