freebsd-ports/misc/py-polars/files/patch-pyproject.toml
2023-11-02 01:03:14 -07:00

9 lines
197 B
TOML

--- pyproject.toml.orig 2023-10-28 14:07:32 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["maturin>=1.2.1,<2"]
+requires = ["maturin"]
build-backend = "maturin"
[project]