edx-dl: depend on requests (0.1.9 -> 0.1.10)
See https://github.com/coursera-dl/edx-dl/pull/518.
This commit is contained in:
parent
7b42e5ac85
commit
10580cb893
|
@ -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 <iaroki@protonmail.com>"
|
||||
license="LGPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue