mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 01:34:31 +04: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:
@@ -40,7 +40,7 @@ PKG_CONFIG_DEPENDS:= \
|
||||
CONFIG_PYTHON_BLUETOOTH_SUPPORT
|
||||
|
||||
PKG_BUILD_DEPENDS:=python/host
|
||||
HOST_BUILD_DEPENDS:=bzip2/host expat/host zlib/host
|
||||
HOST_BUILD_DEPENDS:=bzip2/host expat/host
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
Reference in New Issue
Block a user