summarylogtreecommitdiffstats
path: root/010-pybind11-rdp-remove-unwanted-pip-build-deps.patch
blob: f9dd82934d15055ed1818be49392f292fe55f9d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/pyproject.toml b/pyproject.toml
index 7b3b581..3dfff2f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,9 +1,7 @@
 [build-system]
 requires = [
     "setuptools>=42",
-    "wheel",
-    "ninja",
-    "cmake>=3.12",
+    "wheel"
 ]
 build-backend = "setuptools.build_meta"