youtube-dl: add dependencies

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
This commit is contained in:
Adrian Panella 2016-04-20 00:39:51 -05:00
parent c87b4647c9
commit df641e5fbc

View file

@ -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