[2/8] make.sh: Move setuptools module earlier in install order

Message ID 20250915085640.3157-2-adolf.belka@ipfire.org
State Staged
Commit e153297eccc92042633f5af85c641726fc053d34
Headers
Series [1/8] python3: Remove bundled setuptools |

Commit Message

Adolf Belka 15 Sep 2025, 8:56 a.m. UTC
- 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 <adolf.belka@ipfire.org>
---
 make.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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