commit | decca83981004f97e0ee8c1ffc0c3589bf9d0a09 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@codeconstruct.com.au> | Thu Sep 05 18:02:10 2024 +0200 |
committer | Andrew Jeffery <andrew@codeconstruct.com.au> | Thu Sep 05 18:02:10 2024 +0200 |
tree | 218692e23d092e89312a802a137c00f25151b04c | |
parent | 1680cdaade551b8f12d0b12a9ed1d185c3f5b2f1 [diff] [blame] |
qemu-build: Install python3-tomli At least at v9.1.0 qemu depends on python3-tomli. Install it so we can build. Change-Id: I9d2f938944515c45dc72f85f37acebd71b59576d Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/qemu-build.sh b/qemu-build.sh index b2d0224..a00947d 100755 --- a/qemu-build.sh +++ b/qemu-build.sh
@@ -127,6 +127,7 @@ libslirp-dev \ make \ ninja-build \ + python3-tomli \ python3-venv \ python3-yaml \ iputils-ping