From 4882c25577f1a2f93c174d06adbadf98acf7cbb1 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Wed, 4 Dec 2024 09:56:19 -0500 Subject: [PATCH] qemu: restore vendored copies of Python wheels used for building Signed-off-by: Simon Deziel (cherry picked from commit 50cb24043e634aca8833ca7d52559a20aa9dc31d) (cherry picked from commit 7da5d20e6b20f9238de935085614e097f273a567) --- snapcraft.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index 94c7bb24..c737d06e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -984,6 +984,9 @@ parts: sed -i "s/^unset target_list$/target_list=\"${QEMUARCH}-softmmu\"/" configure sed -i 's#libseccomp_minver=".*#libseccomp_minver="0.0"#g' configure + # Restore vendored copies of meson and tomli Python wheels + git restore --source=4769f7051b0753455b775ab10c9226e149ed6237~ -- python/wheels/ + # Extract efi-virtio.rom from ipxe-qemu. # This doesn't work in the organize section below. mkdir -p "${CRAFT_PART_INSTALL}"/share/qemu