mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
Upstream added upper bound as a precaution at release time; the later versions build fine. Remove patch as appropriate when this port gets updated. With hat: python PR: 270358
7 lines
381 B
TOML
7 lines
381 B
TOML
--- pyproject.toml.orig 2024-11-04 18:35:30 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,3 +1,3 @@
|
|
[build-system]
|
|
-requires = ["setuptools >= 45.2.0, <= 75.3.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release
|
|
+requires = ["setuptools >= 45.2.0"] # lower bound to support controller Python versions
|
|
build-backend = "setuptools.build_meta"
|