blob: e60e1d33454dfab0ae2239fa30807f009d72e30e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2024-09-30 20:12:15 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]
|