summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-25 12:31:26 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-27 12:02:17 +0200
commitbd105a9a853a4d33c8c4583d5ab94adc9e48a4b9 (patch)
tree4810913ba7baf3e28e3ebcc56a140469aa053825 /dev-python/html5lib/html5lib-1.1.ebuild
parentdev-python/sphinx: Remove py2 (diff)
downloadgentoo-bd105a9a853a4d33c8c4583d5ab94adc9e48a4b9.tar.gz
gentoo-bd105a9a853a4d33c8c4583d5ab94adc9e48a4b9.tar.bz2
gentoo-bd105a9a853a4d33c8c4583d5ab94adc9e48a4b9.zip
dev-python/html5lib: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/html5lib/html5lib-1.1.ebuild')
-rw-r--r--dev-python/html5lib/html5lib-1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/html5lib/html5lib-1.1.ebuild b/dev-python/html5lib/html5lib-1.1.ebuild
index 16f72f8d42f7..af1b905d587a 100644
--- a/dev-python/html5lib/html5lib-1.1.ebuild
+++ b/dev-python/html5lib/html5lib-1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1