From 71ff65eda58053c4dbb724191ae9b2a0ca9fd7a9 Mon Sep 17 00:00:00 2001 From: Adrian Panella Date: Tue, 26 Apr 2016 12:20:07 -0500 Subject: [PATCH] youtube-dl: update dependencies install certificates so that https sites work by default 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 ac9c1d70e..a83eaea09 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 +python-email +python-xml +python-codecs +python-ctypes + DEPENDS:=+python-openssl +python-email +python-xml +python-codecs +python-ctypes +ca-certificates URL:=https://youtube-dl.org endef