From df641e5fbc85eda12d266925439c69673c33a3c8 Mon Sep 17 00:00:00 2001 From: Adrian Panella Date: Wed, 20 Apr 2016 00:39:51 -0500 Subject: [PATCH] youtube-dl: add dependencies Signed-off-by: Adrian Panella --- multimedia/youtube-dl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2