youtube-dl: add zip host dependency
authorAdrian Panella <redacted>
Thu, 14 Sep 2017 03:25:28 +0000 (22:25 -0500)
committerAdrian Panella <redacted>
Thu, 14 Sep 2017 03:25:28 +0000 (22:25 -0500)
zip is not included in default Tools, so add it as Host dependency in case is not present in building environment

Signed-off-by: Adrian Panella <redacted>
multimedia/youtube-dl/Makefile

index f7dd0a19246afa0367f81564cbafa48863911bac..9b9f4627c7484edcd4add885a42002adfd7cb2c7 100644 (file)
@@ -20,7 +20,7 @@ PKG_LICENSE:=Unlicense
 PKG_LICENSE_FILES:=LICENSE
 PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>
 
-PKG_BUILD_DEPENDS:=python/host
+PKG_BUILD_DEPENDS:=python/host zip/host
 
 include $(INCLUDE_DIR)/package.mk
 
git clone https://git.99rst.org/PROJECT