commit:     4cfca87ae213c48231cc626fd8c4cb7ec905aedd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 19:06:48 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 19:06:48 2024 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=4cfca87a

pyproject.toml: add runtime dependency on setuptools (py>=3.12)

Used in bash/__init__.py when distutils is not available (python3.12)
and only if the tree-sitter parser is not available.

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 1299f3ff..71bfe200 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -42,6 +42,7 @@ dependencies = [
        "tree-sitter>=0.19.0",
        "snakeoil~=0.10.4",
        "pkgcore~=0.12.21",
+       "setuptools; python_version >= '3.12'",
 ]
 
 [project.optional-dependencies]

Reply via email to