From e153297eccc92042633f5af85c641726fc053d34 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 15 Sep 2025 10:56:34 +0200 Subject: [PATCH] make.sh: Move setuptools module earlier in install order - The installed version of setuptools had to be moved earlier for a couple of other python modules that needed setuptools in place to build. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 3257ab911..dd0ec075e 100755 --- a/make.sh +++ b/make.sh @@ -1486,6 +1486,7 @@ build_system() { lfsmake2 python3 lfsmake2 python3-wheel lfsmake2 python3-toml + lfsmake2 python3-setuptools lfsmake2 python3-pyproject2setuppy lfsmake2 python3-packaging lfsmake2 python3-pep517 @@ -1499,7 +1500,6 @@ build_system() { lfsmake2 python3-docutils lfsmake2 python3-flit lfsmake2 python3-more_itertools - lfsmake2 python3-setuptools lfsmake2 ninja lfsmake2 meson lfsmake2 pam -- 2.47.3