diff --git a/dev-python/html5lib/html5lib-1.0.1-r1.ebuild b/dev-python/html5lib/html5lib-1.0.1-r2.ebuild
similarity index 92%
rename from dev-python/html5lib/html5lib-1.0.1-r1.ebuild
rename to dev-python/html5lib/html5lib-1.0.1-r2.ebuild
index 9622a02f42623..89f23560821fb 100644
--- a/dev-python/html5lib/html5lib-1.0.1-r1.ebuild
+++ b/dev-python/html5lib/html5lib-1.0.1-r2.ebuild
@@ -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"
)