summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e49d3ed..aff6243 100644
--- a/meson.build
+++ b/meson.build
@@ -127,7 +127,7 @@ endforeach
# Python
if spice_common_generate_client_code or spice_common_generate_server_code
py_module = import('python')
- python = py_module.find_installation()
+ python = py_module.find_installation('python3')
if get_option('python-checks')
foreach module : ['six', 'pyparsing']