summaryrefslogtreecommitdiff
path: root/dev-python/cchardet/cchardet-2.1.7-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cchardet/cchardet-2.1.7-r1.ebuild')
-rw-r--r--dev-python/cchardet/cchardet-2.1.7-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/cchardet/cchardet-2.1.7-r1.ebuild b/dev-python/cchardet/cchardet-2.1.7-r1.ebuild
index 7e3782afe17b..3cb84bf4e1db 100644
--- a/dev-python/cchardet/cchardet-2.1.7-r1.ebuild
+++ b/dev-python/cchardet/cchardet-2.1.7-r1.ebuild
@@ -3,8 +3,10 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1 pypi
DESCRIPTION="High speed universal character encoding detector"