ports/misc/py-synced-collections/files/patch-pyproject.toml

11 lines
305 B
TOML

--- pyproject.toml.orig 2023-07-13 06:36:28 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@
# This software is licensed under the BSD 3-Clause License.
[build-system]
build-backend = "setuptools.build_meta"
-requires = ["setuptools>=64.0.0"]
+requires = ["setuptools"]
[project]
name = "synced_collections"