mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
1b22ba256d
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`.