summarylogtreecommitdiffstats
path: root/pyproject_toml_deps.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject_toml_deps.patch')
-rw-r--r--pyproject_toml_deps.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pyproject_toml_deps.patch b/pyproject_toml_deps.patch
new file mode 100644
index 000000000000..739361f50e19
--- /dev/null
+++ b/pyproject_toml_deps.patch
@@ -0,0 +1,11 @@
+--- pyproject.toml
++++ pyproject.toml
+
+@@ -2,7 +2,5 @@ Installed through PKGBUILD but cause an error here.
+ requires = [
+ "scikit-build-core>=0.1.5",
+- "cmake>=3.20",
+- "ninja",
+ "pybind11>=2.10",
+ ]
+ build-backend = "scikit_build_core.build"