[packages] distribute: make the host build depend on python to ensure that python-package.mk is available, fixes random distribute build failures during parallel build runs

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28424 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-10-11 23:07:30 +00:00
parent 8543fdff39
commit d75a865f16

View 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)