Checking Python dependencies has significantly slown down CMake configuration phase. We were using `pip show` for each dependency, we now do everything in a single invocation `pip list`.
Otherwise, people will get obscure error messages.