summarylogtreecommitdiffstats
path: root/010-nvidia-vpf-remove-unwanted-pip-build-deps.patch
diff options
context:
space:
mode:
authorDaniel Bermond2024-02-17 13:53:18 -0300
committerDaniel Bermond2024-02-17 13:53:18 -0300
commit9bfef9d4e1e1a689d983af1166c3cc8a9e280a1b (patch)
tree90757bd817aa51e507897be37e22981e46f91e94 /010-nvidia-vpf-remove-unwanted-pip-build-deps.patch
parent05047a52e2a73b42f9e4ce6c20d21128f862df4f (diff)
downloadaur-nvidia-vpf.tar.gz
Remove dependency on ninja and python-ninja
python-ninja package does not exist anymore, and the python implementation that exists now in ninja package does not fulfill nvidia-vpf requirements, as it fails looking for ninja dependency in python.
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"
+