From: Fred Morcos Date: Wed, 30 Aug 2023 12:29:57 +0000 (+0200) Subject: Meson: Minor cleanup of python module X-Git-Tag: rec-5.1.0-alpha1~80^2~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95ce48c48731ab79b5c4454864a816cdfe13272;p=thirdparty%2Fpdns.git Meson: Minor cleanup of python module --- 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, )