opnsense-ports/math/py-numexpr/files/patch-pyproject.toml
Franco Fichtner 1b51b510c8 math/py-numexpr: sync with upstream
Taken from: FreeBSD
2024-04-15 21:09:57 +02:00

9 lines
316 B
TOML

--- pyproject.toml.orig 2024-01-26 12:44:10 UTC
+++ pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools", "wheel", "oldest-supported-numpy"]
-build-backend = "setuptools.build_meta"
\ No newline at end of file
+requires = ["setuptools", "wheel", "numpy"]
+build-backend = "setuptools.build_meta"