commit df641e5fbc85eda12d266925439c69673c33a3c8
parent c87b4647c9869f4d8f0fdef6ad6c9e2dcd6262bd
Author: Adrian Panella <ianchi74@outlook.com>
Date: Wed, 20 Apr 2016 00:39:51 -0500
youtube-dl: add dependencies
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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