opnsense-ports/misc/py-onnx/files/patch-pyproject.toml
Franco Fichtner fe58a8c23c */*: sync with upstream
Taken from: FreeBSD
2024-04-22 12:56:56 +02:00

11 lines
301 B
TOML

--- pyproject.toml.orig 2024-03-05 06:23:47 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
[build-system]
-requires = ["setuptools>=64", "protobuf>=3.20.2", "cmake"]
+requires = ["setuptools", "protobuf>=3.20.2"]
build-backend = "setuptools.build_meta"
[project]