From patchwork Mon Jan 13 21:40:32 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8409 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4YX5KR0BxZz3x1v for ; Mon, 13 Jan 2025 21:40:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4YX5KQ2FdBz4b3; Mon, 13 Jan 2025 21:40:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4YX5KQ1j5tz30Tr; Mon, 13 Jan 2025 21:40:42 +0000 (UTC) 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4YX5KM1yNjz30XJ for ; Mon, 13 Jan 2025 21:40:39 +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 4YX5KL5k2Wz4ZH; Mon, 13 Jan 2025 21:40:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1736804438; 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=lHwDZmFQCevMGg1lAzqBrhpx/mfHltU/VVAuOlu7CSo=; b=9iIxlOA0Dgl0xWntsX7wbkT9+X/9DcQJsH8N+uHCu/ZiBVAX6Cirq8KuN+jrHs1VNJHYy/ qwF6Kgy9qJt9tTCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1736804438; 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=lHwDZmFQCevMGg1lAzqBrhpx/mfHltU/VVAuOlu7CSo=; b=iQtYjo6dXqPApvPWNWOMUqm4Wp9tgA041OPMJyI/BkppAztB+j/Bf2L04hPvDSM5a4hLv6 djXxsixDO7LWcFDe+KJy92+PLR6MpDfNGFjCRZnnKdn7lRNnyXs61zZPkIJsS2/s18AxXG vgE6WgB2tH4/UlFBSpyK8VVjd5BzUu5ABqpLNk8X2+2oabhyyi/IImbLwkM8QgdE8Z72uK GvlZpQFrMWodJ7AEoE888tWD8DslteNvNbIJmpQ5LZxhwWTTM6NEAtN1wccns54gkM2ZxW 9xY6vkt7hCh7Hp+/TeuX9fKjAGKi8kv3rF2m77vp2hOUtTlTv5L/XswoLXx4hg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] make.sh: Move python3-tomli to before qemu as it is now needed for the build Date: Mon, 13 Jan 2025 22:40:32 +0100 Message-ID: <20250113214032.2221688-3-adolf.belka@ipfire.org> In-Reply-To: <20250113214032.2221688-1-adolf.belka@ipfire.org> References: <20250113214032.2221688-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: MV7ANERLZJXJRIUGAS7GAQRRTFVWEHES X-Message-ID-Hash: MV7ANERLZJXJRIUGAS7GAQRRTFVWEHES X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 84b00f9ad..98be6ab1c 100755 --- a/make.sh +++ b/make.sh @@ -1870,6 +1870,7 @@ build_system() { lfsmake2 libseccomp lfsmake2 libslirp lfsmake2 dtc + lfsmake2 python3-tomli lfsmake2 qemu lfsmake2 netsnmpd lfsmake2 nagios_nrpe @@ -1937,7 +1938,6 @@ build_system() { lfsmake2 python3-certifi lfsmake2 python3-idna lfsmake2 python3-requests - lfsmake2 python3-tomli lfsmake2 python3-pep517 lfsmake2 python3-build lfsmake2 python3-install