From 7a63ccaac8f5800c9e00d5b66b5b7e74aaf02aa9 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Mon, 22 May 2023 13:54:48 +0000 Subject: [PATCH] ts-xen-build-prep: Install python3-venv for QEMU Since QEMU commit 81e2b198a8cb ("configure: create a python venv unconditionally"), a python venv is always created and this new package is needed on Debian. Signed-off-by: Anthony PERARD --- ts-xen-build-prep | 1 + 1 file changed, 1 insertion(+) diff --git a/ts-xen-build-prep b/ts-xen-build-prep index 3ae8f21..547bbc1 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -209,6 +209,7 @@ sub prep () { libdevmapper-dev libxml-xpath-perl libelf-dev ccache nasm checkpolicy ebtables python3-docutils python3-dev + python3-venv libtirpc-dev libgnutls28-dev); -- 2.39.5