From f9016b597780b345139d1f2cf878c723ad506e7a Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 28 Apr 2018 16:20:44 +0200 Subject: [PATCH] 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 --- lang/python/python/Makefile | 2 +- lang/python/python3/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python/Makefile b/lang/python/python/Makefile index 0948e35007..26c9ada9c0 100644 --- a/lang/python/python/Makefile +++ b/lang/python/python/Makefile @@ -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 diff --git a/lang/python/python3/Makefile b/lang/python/python3/Makefile index 85952c2986..c14e3ee95e 100644 --- a/lang/python/python3/Makefile +++ b/lang/python/python3/Makefile @@ -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