opnsense-ports/devel/py-python-semantic-release/files/patch-pyproject.toml
Franco Fichtner b03a6896df */*: sync with upstream
Taken from: FreeBSD
2024-10-14 10:17:45 +02:00

11 lines
423 B
TOML

--- pyproject.toml.orig 2024-10-12 23:27:18 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
# Ref: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
# and https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
[build-system]
-requires = ["setuptools ~= 69.0", "wheel ~= 0.42"]
+requires = ["setuptools >= 61.0", "wheel ~= 0.42"]
build-backend = "setuptools.build_meta"
[project]