From 53cef1c9f178332023f5265f928af0e5b1c3cc83 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 20 Oct 2015 13:23:01 +0200 Subject: [PATCH] node: add a python/host dependency Signed-off-by: John Crispin --- lang/node/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/node/Makefile b/lang/node/Makefile index 98a76b88c..74eb44e43 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -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