aboutsummaryrefslogtreecommitdiff
path: root/devel/py-nanobind/files/patch-pyproject.toml
blob: 90fb521c5bd4eff3586d169822ac3f85fb266b8a (plain) (blame)
1
2
3
4
5
6
7
8
9
--- pyproject.toml.orig	2024-04-25 15:40:44 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=42", "wheel", "scikit-build", "cmake>=3.17", "ninja"]
+requires = ["setuptools>=42", "wheel", "scikit-build"]
 build-backend = "setuptools.build_meta"