1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00

node: add a python/host dependency

Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
John Crispin 2015-10-20 13:23:01 +02:00
parent 41a8f2d63b
commit 53cef1c9f1

View 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 <blogic@openwrt.org>