From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5502191108231554014==" List-Id: --===============5502191108231554014== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 -- 2.47.1 --===============5502191108231554014==--