meson-to-hermetic: add pyyaml to python libs
Change-Id: I576cbe44d3aa703faf13e132fe4d786bdc976811
This commit is contained in:
parent
1bb0275da2
commit
2955af2d04
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue