From f6fdf86649100d67f125a32bdbac3b96fbc6b24b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 12 Sep 2019 11:31:40 +1000 Subject: [PATCH] meson.build: drop yaml from the required python module list This isn't required for the flatpak, the yaml module is only needed in some of the debugging/recovery tools but not in Tuhi itself. --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index bea7190..9571fcb 100644 --- a/meson.build +++ b/meson.build @@ -35,7 +35,6 @@ python_modules = [ 'svgwrite', 'xdg', 'gi', - 'yaml', 'cairo', ] if meson.version().version_compare('>=0.51')