1 commit 72b0ab672d1080049431eeee07ae6d2556ae9e4a
2 Author: sternenseemann <sternenseemann@systemli.org>
3 Date: Tue Oct 5 18:17:20 2021 +0200
5 Don't use pypi distributions of build tools
7 We want to use regular cmake and ninja and not the pypi projects which
8 somehow wrap and vendor a version of the proper tool.
10 diff --git a/setup.py b/setup.py
11 index 50deb781..81417971 100644
14 @@ -196,9 +196,7 @@ def main():