Files
ports/security/py-gssapi/files/patch-pyproject.toml
T
2026-03-20 10:19:08 +01:00

11 lines
277 B
TOML

--- pyproject.toml.orig 2025-10-26 23:13:25 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = [
- "Cython == 3.2.4",
+ "Cython >= 3.2.4",
"setuptools >= 40.6.0", # Start of PEP 517 support for setuptools
]
build-backend = "setuptools.build_meta"