[packages] distribute: make the host build depend on python to ensure that python...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 11 Oct 2011 23:07:30 +0000 (23:07 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 11 Oct 2011 23:07:30 +0000 (23:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28424 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/distribute/Makefile

index f164508..c38d277 100644 (file)
@@ -16,6 +16,8 @@ PKG_SOURCE_URL:=http://pypi.python.org/packages/source/d/$(PKG_NAME)/
 PKG_MD5SUM:=f783444754861f9b33e9f4083bd97b60
 PKG_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)/
 
+HOST_BUILD_DEPENDS:=python
+
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/package.mk
 $(call include_mk, python-package.mk)