mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
11 lines
301 B
TOML
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]
|