summarylogtreecommitdiffstats
path: root/010-nvidia-vpf-remove-unwanted-pip-build-deps.patch
diff options
context:
space:
mode:
Diffstat (limited to '010-nvidia-vpf-remove-unwanted-pip-build-deps.patch')
-rw-r--r--010-nvidia-vpf-remove-unwanted-pip-build-deps.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/010-nvidia-vpf-remove-unwanted-pip-build-deps.patch b/010-nvidia-vpf-remove-unwanted-pip-build-deps.patch
index 79635ba0785b..5184e992b677 100644
--- a/010-nvidia-vpf-remove-unwanted-pip-build-deps.patch
+++ b/010-nvidia-vpf-remove-unwanted-pip-build-deps.patch
@@ -1,11 +1,13 @@
--- a/pyproject.toml
+++ b/pyproject.toml
-@@ -33,7 +33,7 @@ requires = [
+@@ -33,8 +33,8 @@ requires = [
"setuptools>=42",
"scikit-build",
## out-comment not install cmake/ninja via pip
- "cmake>=3.21",
+- "ninja; platform_system!='Windows'"
+ #"cmake>=3.21",
- "ninja; platform_system!='Windows'"
++ #"ninja; platform_system!='Windows'"
]
build-backend = "setuptools.build_meta"
+