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:
parent
19ba0551a8
commit
f9016b5977
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue