From 10580cb893ee7109d815d2992a6e9c25949960ad Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 7 Aug 2018 01:47:00 +0200 Subject: [PATCH] edx-dl: depend on requests (0.1.9 -> 0.1.10) See https://github.com/coursera-dl/edx-dl/pull/518. --- srcpkgs/edx-dl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template index 87d462e64b7..189dc712109 100644 --- a/srcpkgs/edx-dl/template +++ b/srcpkgs/edx-dl/template @@ -1,13 +1,13 @@ # Template file for 'edx-dl' pkgname=edx-dl version=0.1.10 -revision=1 +revision=2 noarch=yes build_style=python3-module pycompile_module="edx_dl" hostmakedepends="python3-setuptools" depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools - python3-youtube-dl" + python3-youtube-dl python3-requests" short_desc="Tool to download video lectures from edx.org" maintainer="iaroki " license="LGPL-3.0-or-later"