From: John Crispin Date: Tue, 20 Oct 2015 11:23:01 +0000 (+0200) Subject: node: add a python/host dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=53cef1c9f178332023f5265f928af0e5b1c3cc83;p=openwrt-packages.git node: add a python/host dependency Signed-off-by: John Crispin --- 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