aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-html5lib
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-08-19 02:03:30 +0300
committerprspkt <prspkt@protonmail.com>2019-08-19 02:03:30 +0300
commitf59134600c98669621a4b83bf7c8f50403613f7f (patch)
tree49c4b2356c196239dd9a71b62b716ea600088386 /testing/py3-html5lib
parent20af3a9900d3baca52d6b163681387400a4dd16c (diff)
downloadaports-f59134600c98669621a4b83bf7c8f50403613f7f.tar.bz2
aports-f59134600c98669621a4b83bf7c8f50403613f7f.tar.xz
testing/py3-html5lib: add py3-six runtime dependency
Signed-off-by: prspkt <prspkt@protonmail.com>
Diffstat (limited to 'testing/py3-html5lib')
-rw-r--r--testing/py3-html5lib/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-html5lib/APKBUILD b/testing/py3-html5lib/APKBUILD
index 12815db088..04599a7e5f 100644
--- a/testing/py3-html5lib/APKBUILD
+++ b/testing/py3-html5lib/APKBUILD
@@ -4,13 +4,13 @@
pkgname=py3-html5lib
_pkgname=html5lib
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="A Python HTML parser"
options="!check" # 1 test fail TypeError: object of type 'MarkDecorator' has no len()
url="https://github.com/html5lib/html5lib-python"
arch="noarch"
license="MIT"
-depends="py3-webencodings"
+depends="py3-six py3-webencodings"
checkdepends="pytest pytest-expect py-mock"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"