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

9 lines
195 B
TOML

--- pyproject.toml.orig 2024-02-25 00:30:13 UTC
+++ pyproject.toml
@@ -3,5 +3,5 @@ requires = [
"setuptools",
"versioneer",
"wheel",
- "oldest-supported-numpy"
+ "numpy"
]