From: Marc-André Lureau Date: Wed, 23 Mar 2022 15:57:14 +0000 (+0400) Subject: meson: remove unneeded py3 X-Git-Tag: v7.1.0-rc0~148^2~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a5c170043f368f28cedc486061aa3cedf394d7e;p=thirdparty%2Fqemu.git meson: remove unneeded py3 Signed-off-by: Marc-André Lureau Message-Id: <20220323155743.1585078-4-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/tests/meson.build b/tests/meson.build index 1d05109eb43..4f691e84655 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,5 +1,3 @@ -py3 = import('python').find_installation() - subdir('bench') subdir('qemu-iotests')