From 5a5c170043f368f28cedc486061aa3cedf394d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 23 Mar 2022 19:57:14 +0400 Subject: [PATCH] meson: remove unneeded py3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Message-Id: <20220323155743.1585078-4-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- tests/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/meson.build b/tests/meson.build index 1d05109eb4..4f691e8465 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,5 +1,3 @@ -py3 = import('python').find_installation() - subdir('bench') subdir('qemu-iotests')