From: Anthony PERARD Date: Mon, 22 May 2023 13:54:48 +0000 (+0000) Subject: ts-xen-build-prep: Install python3-venv for QEMU X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7a63ccaac8f5800c9e00d5b66b5b7e74aaf02aa9;p=osstest.git 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 --- 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);