ports/math/py-fastcluster/files/patch-pyproject.toml
Po-Chuan Hsieh 5a910ffd72
math/py-fastcluster: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:02:29 +08:00

8 lines
288 B
TOML

--- pyproject.toml.orig 2022-02-27 10:25:41 UTC
+++ pyproject.toml
@@ -10,4 +10,4 @@ requires = ["setuptools",
# Scipy's "oldest_supported_numpy" package does this work for us.
requires = ["setuptools",
"wheel",
- "oldest_supported_numpy"]
+ "numpy"]