From d32e986ef6ae6ac414a908d914a2230b1ecf482e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 26 Aug 2015 12:18:20 +0200 Subject: [PATCH] python: remove bz2 build dep Revert "python: add dependency to bz2 host build" This reverts commit da6d7b57f501eaece621f8f834646aa22b618fa5. Signed-off-by: John Crispin --- lang/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/Makefile b/lang/python/Makefile index 311f96764..4a740dcd8 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -28,7 +28,7 @@ HOST_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/Python-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/Python-$(PKG_VERSION) -PKG_BUILD_DEPENDS:=libbz2/host python/host +PKG_BUILD_DEPENDS:=python/host include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk