mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
11 lines
276 B
Diff
11 lines
276 B
Diff
--- pyproject.toml.orig 2025-10-23 12:23:48
|
|
+++ pyproject.toml 2025-10-23 12:24:01
|
|
@@ -1,6 +1,6 @@
|
|
[build-system]
|
|
requires = [
|
|
- "Cython == 3.1.3",
|
|
+ "Cython >= 3.1.3",
|
|
"setuptools >= 42.0.0", # Supports license_files
|
|
]
|
|
build-backend = "setuptools.build_meta"
|