]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Move setuptools module earlier in install order
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 15 Sep 2025 08:56:34 +0000 (10:56 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 Sep 2025 10:07:18 +0000 (10:07 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 3257ab911af0b376366edf541ccb227cad22eeb8..dd0ec075ea4d4ce8417c7775bf99df9af5b4b622 100755 (executable)
--- 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