From c6bc8f30bc42834627725f9f2a2cb6e8d3107caa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Apr 2020 17:01:33 +0200 Subject: [PATCH] dev-python/html5lib: Fix deprecated imports MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{html5lib-1.0.1-r1.ebuild => html5lib-1.0.1-r2.ebuild} | 2 ++ 1 file changed, 2 insertions(+) rename dev-python/html5lib/{html5lib-1.0.1-r1.ebuild => html5lib-1.0.1-r2.ebuild} (92%) 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 9622a02f4262..89f23560821f 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" ) -- 2.26.2