From a95ce48c48731ab79b5c4454864a816cdfe13272 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Wed, 30 Aug 2023 14:29:57 +0200 Subject: [PATCH] Meson: Minor cleanup of python module --- meson/python/meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meson/python/meson.build b/meson/python/meson.build index c0705d55f7..ae1f72aa24 100644 --- a/meson/python/meson.build +++ b/meson/python/meson.build @@ -1,9 +1,7 @@ -expected_modules = from_git ? ['yaml'] : [] - py = import('python') python_prog = py.find_installation( 'python3', - modules: expected_modules, + modules: from_git ? ['yaml'] : [], required: from_git, ) -- 2.47.2