diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-04 17:01:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-04 19:04:10 +0200 |
commit | c6bc8f30bc42834627725f9f2a2cb6e8d3107caa (patch) | |
tree | 1e96d12d5f3d230bdcaac997e3ca8203a026d98d | |
parent | dev-python/flask: Bump to 1.1.2 (diff) | |
download | gentoo-c6bc8f30bc42834627725f9f2a2cb6e8d3107caa.tar.gz gentoo-c6bc8f30bc42834627725f9f2a2cb6e8d3107caa.tar.bz2 gentoo-c6bc8f30bc42834627725f9f2a2cb6e8d3107caa.zip |
dev-python/html5lib: Fix deprecated imports
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/html5lib/html5lib-1.0.1-r2.ebuild (renamed from dev-python/html5lib/html5lib-1.0.1-r1.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/html5lib/html5lib-1.0.1-r1.ebuild b/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" ) |