aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-w3lib
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-w3lib')
-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 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"