opnsense-ports/devel/py-jellyfish/files/patch-pyproject.toml
Franco Fichtner a68f264ff1 */*: sync with upstream
Taken from: FreeBSD
2023-08-17 14:05:37 +02:00

14 lines
379 B
TOML

--- pyproject.toml.orig 2023-04-02 19:57:07 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["maturin>=0.14,<0.15"]
+requires = ["maturin>=0.14,<2"]
build-backend = "maturin"
[project]
@@ -24,3 +24,4 @@ python-source = "python"
[tool.maturin]
features = ["pyo3/extension-module", "python"]
python-source = "python"
+module-name = "jellyfish._rustyfish"