Files
ports/math/py-fsph/files/patch-pyproject.toml
T
Yuri Victorovich 15c25307e5 math/py-fsph: Fix build
Reported by:	fallout
2026-07-06 19:36:03 -07:00

10 lines
350 B
TOML

-- Add Cython to the build-system requirements so that the PEP 517 build
-- can regenerate the Cython extension source for Python 3.12 compatibility.
--- pyproject.toml.orig 2026-07-06 16:12:26 UTC
+++ pyproject.toml
@@ -1,2 +1,2 @@
[build-system]
-requires = ["setuptools", "wheel", "numpy"]
+requires = ["setuptools", "wheel", "numpy", "cython"]