summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/tlsh/tlsh-4.8.2.ebuild')
-rw-r--r--dev-python/tlsh/tlsh-4.8.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/tlsh/tlsh-4.8.2.ebuild b/dev-python/tlsh/tlsh-4.8.2.ebuild
index 32069fa93036..0973a0cbb0a7 100644
--- a/dev-python/tlsh/tlsh-4.8.2.ebuild
+++ b/dev-python/tlsh/tlsh-4.8.2.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_EXT=1
inherit distutils-r1
DESCRIPTION="Fuzzy matching library - C++ extension for Python"