gdown: needs python3-pysocks in depends
This commit is contained in:
parent
45eebc76bd
commit
e9cdbff5d5
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'gdown'
|
# Template file for 'gdown'
|
||||||
pkgname=gdown
|
pkgname=gdown
|
||||||
version=3.10.0
|
version=3.10.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
depends="python3-filelock python3-requests python3-six python3-tqdm"
|
depends="python3-filelock python3-requests python3-six python3-tqdm
|
||||||
|
python3-pysocks"
|
||||||
short_desc="Download a large file from Google Drive"
|
short_desc="Download a large file from Google Drive"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in a new issue