ports/databases/py-fastparquet/files/patch-pyproject.toml
Po-Chuan Hsieh 15bb9c00e0
databases/py-fastparquet: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2023-05-08 00:03:41 +08:00

6 lines
265 B
TOML

--- pyproject.toml.orig 2023-04-20 20:00:36 UTC
+++ pyproject.toml
@@ -1,2 +1,2 @@
[build-system]
-requires = ["setuptools", "wheel", "Cython >= 0.29.23", "oldest-supported-numpy", "pytest-runner"]
+requires = ["setuptools", "wheel", "Cython >= 0.29.23", "numpy"]