diff options
Diffstat (limited to 'testing/py3-html5lib/APKBUILD')
-rw-r--r-- | testing/py3-html5lib/APKBUILD | 4 |
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" |