- 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 <[email protected]>
---
 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.51.0


Reply via email to