Browse Source

node: add a python/host dependency

Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin 9 years ago
parent
commit
53cef1c9f1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lang/node/Makefile

+ 1
- 0
lang/node/Makefile View File

@@ -14,6 +14,7 @@ PKG_RELEASE:=1
14 14
 PKG_SOURCE:=node-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://nodejs.org/dist/${PKG_VERSION}
16 16
 
17
+PKG_BUILD_DEPENDS:=python/host
17 18
 PKG_INSTALL:=1
18 19
 
19 20
 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>