diff --git a/meson_to_hermetic/meson_to_hermetic.py b/meson_to_hermetic/meson_to_hermetic.py index a68f0640f7f..c7bb14dbf7f 100644 --- a/meson_to_hermetic/meson_to_hermetic.py +++ b/meson_to_hermetic/meson_to_hermetic.py @@ -1159,7 +1159,7 @@ def custom_target( if src.endswith('.py'): impl.fprint(' "%s",' % src) impl.fprint(' ],') - impl.fprint(' libs: ["mako"],') + impl.fprint(' libs: ["mako", "pyyaml"],') # For the PYTHONPATH to work in our genrules command, we need the python interpreter, # not a compiled binary, so disable embedded_launcher. impl.fprint(' version: {')