meson-to-hermetic: add pyyaml to python libs

Change-Id: I576cbe44d3aa703faf13e132fe4d786bdc976811
This commit is contained in:
C Stout 2024-10-17 06:06:53 -07:00
parent 1bb0275da2
commit 2955af2d04

View file

@ -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: {')