youtube-dl: update dependencies 2628/head
authorAdrian Panella <ianchi74@outlook.com>
Tue, 26 Apr 2016 17:20:07 +0000 (12:20 -0500)
committerAdrian Panella <ianchi74@outlook.com>
Wed, 27 Apr 2016 04:39:03 +0000 (23:39 -0500)
install certificates so that https sites work by default

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
multimedia/youtube-dl/Makefile

index ac9c1d70e6180c61b5416972f1d35cd1323146ac..a83eaea094208456d91ff0d69556c49f72246cfc 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 +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