From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH 2/8] make.sh: Move setuptools module earlier in install order
Date: Mon, 15 Sep 2025 10:56:34 +0200 [thread overview]
Message-ID: <20250915085640.3157-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250915085640.3157-1-adolf.belka@ipfire.org>
- 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(-)
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
next prev parent reply other threads:[~2025-09-15 8:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-15 8:56 [PATCH 1/8] python3: Remove bundled setuptools Adolf Belka
2025-09-15 8:56 ` Adolf Belka [this message]
2025-09-15 8:56 ` [PATCH 3/8] python3-Jinja2: Update of rootfile due to bundled setuptools removal Adolf Belka
2025-09-15 8:56 ` [PATCH 4/8] python3-MarkupSafe: " Adolf Belka
2025-09-15 8:56 ` [PATCH 5/8] python3-setuptools: " Adolf Belka
2025-09-15 8:56 ` [PATCH 6/8] python3-setuptools-rust: " Adolf Belka
2025-09-15 8:56 ` [PATCH 7/8] python3-packaging: " Adolf Belka
2025-09-15 8:56 ` [PATCH 8/8] python3-pyparsing: " Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250915085640.3157-2-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox