aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-20 01:42:22 +0300
committerprspkt <prspkt@protonmail.com>2019-06-20 09:00:41 +0300
commitd80eda41067b9e7be0e668034701c9f432bc5eca (patch)
tree68ef449121a9a18714590dd0fce0e5785297bfe7
parent37db3e28677b9a8c4259d59ab874886eec702ecc (diff)
testing/py3-w3lib: add py3-six depends
-rw-r--r--testing/py3-w3lib/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-w3lib/APKBUILD b/testing/py3-w3lib/APKBUILD
index fad242655af..358744e7238 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"