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.
pull/225/head
Peter Hutterer 2019-09-12 11:31:40 +10:00 committed by Benjamin Tissoires
parent d5cb1930e5
commit f6fdf86649
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ python_modules = [
'svgwrite',
'xdg',
'gi',
'yaml',
'cairo',
]
if meson.version().version_compare('>=0.51')