Require package which

We started to see TF failures on c10s because which was not installed.
Ensure the package is installed in order to avoid these errors.
This commit is contained in:
Tulio Magno Quites Machado Filho 2025-06-03 17:26:09 -03:00
commit 7baa9af2da
2 changed files with 2 additions and 0 deletions

View file

@ -9,3 +9,4 @@ require+:
- cmake
- llvm-devel
- clang-devel
- which

View file

@ -3,6 +3,7 @@ description: "Ensure that lldb depends on python3-lldb"
require+:
- lldb
- gcc-c++
- which
tier: 1
adjust+:
- because: "Python pkgs not shipped in compat, lldb should NOT depend on python3-lldb"