dev-python/html5lib: Fix deprecated imports
authorMichał Górny <mgorny@gentoo.org>
Sat, 4 Apr 2020 15:01:33 +0000 (17:01 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 4 Apr 2020 17:04:10 +0000 (19:04 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/html5lib/html5lib-1.0.1-r2.ebuild [moved from dev-python/html5lib/html5lib-1.0.1-r1.ebuild with 92% similarity]

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 9622a02f4262306e198d94fe517698702d175a97..89f23560821fb37f4d3092da9a0a37e9a2b079ca 100644 (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"
 )