python: add dependency to bz2 host build
authorJohn Crispin <blogic@openwrt.org>
Fri, 21 Aug 2015 23:11:29 +0000 (01:11 +0200)
committerJohn Crispin <blogic@openwrt.org>
Thu, 1 Oct 2015 12:04:15 +0000 (14:04 +0200)
Signed-off-by: John Crispin <blogic@openwrt.org>
lang/python/Makefile

index 4a740dcd82e39240a4313da0502613952b9792c8..311f9676416fd5b85993a95a1bf28b6fd61459da 100644 (file)
@@ -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:=python/host
+PKG_BUILD_DEPENDS:=libbz2/host python/host
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/package.mk