git » pybind11.git » main » tree

[main] / 010-pybind11-remove-unwanted-pip-build-deps.patch

1
2
3
4
5
6
7
8
9
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=42", "cmake>=3.18", "ninja"]
+requires = ["setuptools>=42"]
 build-backend = "setuptools.build_meta"