youtube-dl: add dependencies
authorAdrian Panella <ianchi74@outlook.com>
Wed, 20 Apr 2016 05:39:51 +0000 (00:39 -0500)
committerAdrian Panella <ianchi74@outlook.com>
Wed, 20 Apr 2016 05:39:51 +0000 (00:39 -0500)
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
multimedia/youtube-dl/Makefile

index 5044735b1ceb6a9bec204ffffd9977ec7e0ee16b..b6ff2c21cbe4167b92a9a7b3debd8a570a35195a 100644 (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