aboutsummaryrefslogtreecommitdiff
path: root/math/py-py-find-1st/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-py-find-1st/files/patch-pyproject.toml')
-rw-r--r--math/py-py-find-1st/files/patch-pyproject.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/math/py-py-find-1st/files/patch-pyproject.toml b/math/py-py-find-1st/files/patch-pyproject.toml
new file mode 100644
index 000000000000..8949cd0b2e61
--- /dev/null
+++ b/math/py-py-find-1st/files/patch-pyproject.toml
@@ -0,0 +1,7 @@
+--- 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.