diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build
index 0e6ecf5..43a5fde 100644
--- a/src/libcamera/meson.build
+++ b/src/libcamera/meson.build
@@ -77,6 +77,9 @@ if libudev.found()
     ])
 endif
 
+#FIXME to be added if we force meson version >= 0.51.0
+#py = import('python').find_installation('python3', modules : ['yaml'])
+
 gen_controls = files('gen-controls.py')
 
 control_sources = []
