Skip to content

Commit

Permalink
dev-python/tlsh: enable py3.12, set DISTUTILS_EXT
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 24, 2023
1 parent 9f0be9f commit e82e797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-python/tlsh/tlsh-4.8.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e82e797

Please sign in to comment.