openbsd-ports/math/py-numexpr/patches/patch-pyproject_toml
2022-08-27 18:09:57 +00:00

11 lines
305 B
Plaintext

Index: pyproject.toml
--- pyproject.toml.orig
+++ 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"]
+build-backend = "setuptools.build_meta"