From 6619c18f1fe074fed5e459e529843d69f24044a5 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 4 Sep 2024 14:48:02 -0700 Subject: [PATCH] distutils comment (#1222) comment --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fb38bd8c5..3eb94d8b22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ dependencies = [ "crcmod", "tqdm", "pandacan@git+https://github.com/commaai/panda.git@master", - "setuptools", + "setuptools", # setuptools includes distutils which is needed by Cython and pre-commit. + # distutils was removed in python3.12 from the standard library. ] [project.optional-dependencies]