diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:54:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:56:46 +0200 |
commit | 1ca42636f898e266b7949f025866c5f3c5782f45 (patch) | |
tree | 15c8a6a691c62c864551e66e125c5200ecf2720f /dev-python/tree-sitter | |
parent | dev-python/time-machine: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-1ca42636f898e266b7949f025866c5f3c5782f45.tar.gz gentoo-1ca42636f898e266b7949f025866c5f3c5782f45.tar.bz2 gentoo-1ca42636f898e266b7949f025866c5f3c5782f45.zip |
dev-python/tree-sitter: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tree-sitter')
-rw-r--r-- | dev-python/tree-sitter/tree-sitter-0.20.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/tree-sitter/tree-sitter-0.20.1.ebuild b/dev-python/tree-sitter/tree-sitter-0.20.1.ebuild index a5aa7ded1987..23016739400f 100644 --- a/dev-python/tree-sitter/tree-sitter-0.20.1.ebuild +++ b/dev-python/tree-sitter/tree-sitter-0.20.1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) |