[2/8] make.sh: Move setuptools module earlier in install order
Commit Message
- 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(-)
@@ -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