From 3f36d81bdea762d39e003b129eef6325c7de7eda Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Sat, 12 Oct 2024 18:10:28 +0530 Subject: [PATCH] Install setuptools for python3.12 Signed-off-by: Ayan Sinha Mahapatra --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 671d6ad56b..33daf78286 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ conf: @echo "-> Configure the Python venv, clone and install scancode-toolkit" ${PYTHON_EXE} -m venv venv @git clone https://github.com/aboutcode-org/scancode-toolkit.git - @venv/bin/pip install --upgrade pip + @venv/bin/pip install --upgrade pip setuptools @venv/bin/pip install -e ./scancode-toolkit/ @venv/bin/scancode-reindex-licenses