Files
macports-ports/python/py-gssapi/files/patch-cython-version.diff
2026-01-29 16:33:49 -08:00

11 lines
302 B
Diff

--- pyproject.toml.orig 2025-10-06 10:08:49
+++ pyproject.toml 2025-10-06 10:09:05
@@ -1,6 +1,6 @@
[build-system]
requires = [
- "Cython == 3.2.4",
+ "Cython >= 3.2.4, < 4.0.0",
"setuptools >= 40.6.0", # Start of PEP 517 support for setuptools
]
build-backend = "setuptools.build_meta"