ports/math/py-py-find-1st/files/patch-pyproject.toml

7 lines
317 B
TOML

--- pyproject.toml.orig 2023-02-13 08:53:21 UTC
+++ pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
# Minimum requirements for the build system to execute.
-requires = ["setuptools", "oldest-supported-numpy", "wheel"] # PEP 508 specifications.
+requires = ["setuptools", "numpy", "wheel"] # PEP 508 specifications.