dev-python/html5lib: Fix deprecated imports

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-04 17:01:33 +02:00
parent 5582fc2831
commit c6bc8f30bc

View File

@@ -29,6 +29,8 @@ BDEPEND="${RDEPEND}
RESTRICT+=" !test? ( test )"
PATCHES=(
# fix deprecated import
"${FILESDIR}/html5lib-1.0.1-collections-abc.patch"
# https://github.com/html5lib/html5lib-python/pull/429
"${FILESDIR}/html5lib-python-1.0.1-support-pytest4.patch"
)