Kaynağa Gözat

This fixes parallel builds

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>
zyxmon 9 yıl önce
ebeveyn
işleme
e1ec29c9df
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      lang/python-setuptools/Makefile

+ 1
- 1
lang/python-setuptools/Makefile Dosyayı Görüntüle

@@ -15,7 +15,7 @@ PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/
16 16
 PKG_MD5SUM:=bf37191cb4c1472fb61e6f933d2006b1
17 17
 
18
-HOST_BUILD_DEPENDS:=python/host
18
+HOST_BUILD_DEPENDS:=python python/host
19 19
 
20 20
 PKG_BUILD_DIR:=$(BUILD_DIR)/setuptools-$(PKG_VERSION)
21 21
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/setuptools-$(PKG_VERSION)