This fixes parallel builds 2565/head
authorzyxmon <zyxmon@users.noreply.github.com>
Wed, 30 Mar 2016 13:53:37 +0000 (16:53 +0300)
committerzyxmon <zyxmon@gmail.com>
Thu, 31 Mar 2016 19:22:25 +0000 (22:22 +0300)
python-setuptools/host needs python-package.mk and python-host.mk files that are installed by python (non host build - InstallDev)
Signed-off-by: Andrey Sechin <zyxmon@gmail.com>
lang/python-setuptools/Makefile

index e569ac9c1d27827ec4d9c29402a826659da9749d..7eab1429065569da6ab8a8bab90c496be2eb2751 100644 (file)
@@ -15,7 +15,7 @@ PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/
 PKG_MD5SUM:=bf37191cb4c1472fb61e6f933d2006b1
 
-HOST_BUILD_DEPENDS:=python/host
+HOST_BUILD_DEPENDS:=python python/host
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/setuptools-$(PKG_VERSION)
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/setuptools-$(PKG_VERSION)