Merge pull request #2628 from ianchi/youtube-dl

youtube-dl: update dependencies
This commit is contained in:
champtar 2016-04-27 08:08:13 +02:00
commit 72baff9008
1 changed files with 1 additions and 1 deletions

View 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