Thanks, applied as 82e3c0bdffbde8d32e7d66a4d077173fdb99632f. Michael
[sent from post-receive hook] On Mon, 17 Feb 2025 08:24:26 +0100, Philipp Zabel <[email protected]> wrote: > Select HOST_SYSTEM_PYTHON3_PYYAML in host-mesalib.make as well. > > While commit b59b5b9fc9bc ("mesalib: select HOST_SYSTEM_PYTHON3_PYYAML") > happened to fix the build because host-mesalib is never enabled without > mesalib, and PTXdist doesn't filter out host Python dependencies with > missing selects, host-mesalib does have a direct dependency on PyYAML. > > Signed-off-by: Philipp Zabel <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/host-mesalib.in b/rules/host-mesalib.in > index b69547aa3a05..22842f05e3f3 100644 > --- a/rules/host-mesalib.in > +++ b/rules/host-mesalib.in > @@ -11,6 +11,7 @@ config HOST_MESALIB > select HOST_SPIRV_LLVM_TRANSLATOR if HOST_MESALIB_INTEL_CLC > select HOST_SYSTEM_PYTHON3 > select HOST_SYSTEM_PYTHON3_MAKO > + select HOST_SYSTEM_PYTHON3_PYYAML > select HOST_ZLIB > > if HOST_MESALIB
