]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Minor cleanup of python module
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 30 Aug 2023 12:29:57 +0000 (14:29 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:49 +0000 (13:28 +0100)
meson/python/meson.build

index c0705d55f7992ecc0e7ccb5cb7e939986a723481..ae1f72aa24bbff7bf2e72767370cdfd021e26d86 100644 (file)
@@ -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,
 )