devel/catch: Add explicit Python build dependency (D29353)
This unbreaks the build when using devel/samurai. It previously
got it through ninja which has a run dependency on Python.
- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
CMake Error at CMakeLists.txt:50 (message):
Python not found, but required for tests
PR: 254678