Files
macports-ports/python/py-about-time/files/patch-setuptools-pyproject.toml.diff
2025-07-30 10:51:31 -04:00

10 lines
415 B
Diff

--- pyproject.toml.orig 2025-07-29 12:55:38
+++ pyproject.toml 2025-07-29 12:55:48
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools~=75.3"] # github actions stops at 75.3; the latest 88 yells locally about deprecated license format.
+requires = ["setuptools"] # github actions stops at 75.3; the latest 88 yells locally about deprecated license format.
build-backend = "setuptools.build_meta"
[project]