From 44b8e06f7814129c4c4cbc2800e5282042593333 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 13 Jan 2025 22:40:32 +0100 Subject: [PATCH] make.sh: Move python3-tomli to before qemu as it is now needed for the build Signed-off-by: Adolf Belka Signed-off-by: Arne Fitzenreiter --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index d446d4d97..af34d7954 100755 --- a/make.sh +++ b/make.sh @@ -1874,6 +1874,7 @@ build_system() { lfsmake2 libseccomp lfsmake2 libslirp lfsmake2 dtc + lfsmake2 python3-tomli lfsmake2 qemu lfsmake2 nagios_nrpe lfsmake2 nagios-plugins @@ -1939,7 +1940,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.39.5