diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 15:55:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:38 +0000 |
commit | acd55b08b19c1c97224817a9479ecbe7d4415f08 (patch) | |
tree | f4c3b0dfbf616542232aceff94dfcd7aa48e871e /testing/py3-html5lib | |
parent | c90bacae1db94ad32349cfbe2cc6f28008d749fe (diff) | |
download | aports-acd55b08b19c1c97224817a9479ecbe7d4415f08.tar.bz2 aports-acd55b08b19c1c97224817a9479ecbe7d4415f08.tar.xz |
testing/py3-html5lib: rebuild against python 3.8
Diffstat (limited to 'testing/py3-html5lib')
-rw-r--r-- | testing/py3-html5lib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-html5lib/APKBUILD b/testing/py3-html5lib/APKBUILD index 04599a7e5f..e4e726d24f 100644 --- a/testing/py3-html5lib/APKBUILD +++ b/testing/py3-html5lib/APKBUILD @@ -4,7 +4,7 @@ pkgname=py3-html5lib _pkgname=html5lib pkgver=1.0.1 -pkgrel=3 +pkgrel=4 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" |