node: add a python/host dependency
authorJohn Crispin <[email protected]>
Tue, 20 Oct 2015 11:23:01 +0000 (13:23 +0200)
committerJohn Crispin <[email protected]>
Tue, 20 Oct 2015 11:27:29 +0000 (13:27 +0200)
Signed-off-by: John Crispin <[email protected]>
lang/node/Makefile

index 98a76b88cdbb40d15ac02834bc66298da1da1810..74eb44e432bf58c1b49194470e5fafdf4336a893 100644 (file)
@@ -14,6 +14,7 @@ PKG_RELEASE:=1
 PKG_SOURCE:=node-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://nodejs.org/dist/${PKG_VERSION}
 
+PKG_BUILD_DEPENDS:=python/host
 PKG_INSTALL:=1
 
 PKG_MAINTAINER:=John Crispin <[email protected]>