mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
Index: pyproject.toml
|
|
--- pyproject.toml.orig
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@
|
|
[build-system]
|
|
requires = [
|
|
- "Cython == 3.1.3",
|
|
+ "Cython >= 3.1.3",
|
|
"setuptools >= 40.6.0", # Start of PEP 517 support for setuptools
|
|
]
|
|
build-backend = "setuptools.build_meta"
|