mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
youtube-dl: add zip host dependency
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 <ianchi74@outlook.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user