Files
macports-ports/python/py-onnx/files/patch-pyproject_toml.diff
2026-02-13 23:18:27 -05:00

13 lines
344 B
Diff

diff -NaurdwB ./pyproject.toml ./pyproject.toml
--- ./pyproject.toml 2025-11-11 07:49:22
+++ ./pyproject.toml 2025-11-11 07:50:13
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
[build-system]
-requires = ["setuptools>=77", "protobuf>=4.25.1"]
+requires = ["setuptools", "protobuf"]
backend-path = ["."]
build-backend = "backend"