diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-20 01:42:22 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-20 09:00:41 +0300 |
commit | d80eda41067b9e7be0e668034701c9f432bc5eca (patch) | |
tree | 68ef449121a9a18714590dd0fce0e5785297bfe7 /testing | |
parent | 37db3e28677b9a8c4259d59ab874886eec702ecc (diff) | |
download | aports-d80eda41067b9e7be0e668034701c9f432bc5eca.tar.bz2 aports-d80eda41067b9e7be0e668034701c9f432bc5eca.tar.xz |
testing/py3-w3lib: add py3-six depends
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-w3lib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-w3lib/APKBUILD b/testing/py3-w3lib/APKBUILD index fad242655a..358744e723 100644 --- a/testing/py3-w3lib/APKBUILD +++ b/testing/py3-w3lib/APKBUILD @@ -3,12 +3,12 @@ pkgname=py3-w3lib _pkgname=w3lib pkgver=1.20.0 -pkgrel=0 +pkgrel=1 pkgdesc="A library of web-related functions" url="https://github.com/scrapy/w3lib" arch="noarch" license="BSD-3-Clause" -depends="python3" +depends="py3-six" makedepends="py3-setuptools" checkdepends="py3-pytest" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |