From patchwork Mon Sep 15 08:56:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9077 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cQJnD278jz3wk8 for ; Mon, 15 Sep 2025 08:57:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cQJn95HqWz3vR for ; Mon, 15 Sep 2025 08:57:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cQJn23P0zz331Y for ; Mon, 15 Sep 2025 08:56:54 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cQJmz1mqyz34Qv for ; Mon, 15 Sep 2025 08:56:51 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cQJms4b35z1jv; Mon, 15 Sep 2025 08:56:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757926605; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=B1z9vKsdXQHT4NUwtI5WTV8I36yTf8M/Bi3akV47GPQ=; b=6SfKYedCf2hhCrpkUXYgzQwX+6OTv2+Z0kxOnw7/LK160R6lradP8ooMhbX8OxowB9+pr7 XFexhlWpgW3LbiDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757926605; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=B1z9vKsdXQHT4NUwtI5WTV8I36yTf8M/Bi3akV47GPQ=; b=v6CMeV3wm6dwRRFkmhsQONmutYt8Cg6iW3YgWeSeyD0Y1RYhzB6djrqcQWC9FjdvxlGKRt EvPgY9mWc3aRCGWYYgUabPxPh9/3KCP6j5xEByy81g1GtzJ3hNT3qWUo5PZqQgiBNY+XOP xV02zJG/4qyOODPfHQGJiviWrnzAbLCttvtBD+IZucvcaqLGb0msADKNpo9eEr2iAwcdYO dAwQO2qRZB76v5Q9gXT0w7ZGTZaXqS3Ldz8up8CUpzou8dllUTRiioyeuRwjPsCuKREmSj KzwDvJPnAOBCkzWpyLLhW7xORhz28DS0csBk/8jjdGqR0nbHGcfp7efYbPncmA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/8] make.sh: Move setuptools module earlier in install order Date: Mon, 15 Sep 2025 10:56:34 +0200 Message-ID: <20250915085640.3157-2-adolf.belka@ipfire.org> In-Reply-To: <20250915085640.3157-1-adolf.belka@ipfire.org> References: <20250915085640.3157-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- 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