From: Adrian Panella Date: Wed, 20 Apr 2016 05:39:51 +0000 (-0500) Subject: youtube-dl: add dependencies X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=df641e5fbc85eda12d266925439c69673c33a3c8;p=feed%2Fpackages.git youtube-dl: add dependencies Signed-off-by: Adrian Panella --- diff --git a/multimedia/youtube-dl/Makefile b/multimedia/youtube-dl/Makefile index 5044735b1c..b6ff2c21cb 100644 --- a/multimedia/youtube-dl/Makefile +++ b/multimedia/youtube-dl/Makefile @@ -27,7 +27,7 @@ define Package/youtube-dl SECTION:=multimedia CATEGORY:=Multimedia TITLE:=utility to download videos from YouTube.com - DEPENDS:=+python-openssl + DEPENDS:=+python-openssl +python-email +python-xml +python-codecs +python-ctypes URL:=https://youtube-dl.org endef