summarylogtreecommitdiffstats
path: root/010-nvidia-vpf-remove-unwanted-pip-build-deps.patch
diff options
context:
space:
mode:
authorDaniel Bermond2023-06-17 21:44:39 -0300
committerDaniel Bermond2023-06-17 21:44:39 -0300
commit05047a52e2a73b42f9e4ce6c20d21128f862df4f (patch)
treedc698563341f331c103423c8d83ecc2616dddde0 /010-nvidia-vpf-remove-unwanted-pip-build-deps.patch
parentb0321cde7aa8f9e2745603123b6c830b2834aa26 (diff)
downloadaur-05047a52e2a73b42f9e4ce6c20d21128f862df4f.tar.gz
Update to version 2.0.0
Diffstat (limited to '010-nvidia-vpf-remove-unwanted-pip-build-deps.patch')
-rw-r--r--010-nvidia-vpf-remove-unwanted-pip-build-deps.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/010-nvidia-vpf-remove-unwanted-pip-build-deps.patch b/010-nvidia-vpf-remove-unwanted-pip-build-deps.patch
new file mode 100644
index 000000000000..79635ba0785b
--- /dev/null
+++ b/010-nvidia-vpf-remove-unwanted-pip-build-deps.patch
@@ -0,0 +1,11 @@
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -33,7 +33,7 @@ requires = [
+ "setuptools>=42",
+ "scikit-build",
+ ## out-comment not install cmake/ninja via pip
+- "cmake>=3.21",
++ #"cmake>=3.21",
+ "ninja; platform_system!='Windows'"
+ ]
+ build-backend = "setuptools.build_meta"