Files
macports-ports/python/py-plotly/files/patch-pyproject.toml.diff
2025-08-20 21:15:58 -04:00

10 lines
313 B
Diff

--- pyproject.toml.orig 2025-08-19 12:59:27
+++ pyproject.toml 2025-08-19 12:59:46
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=61", "hatch", "jupyter_packaging~=0.10.0", "wheel"]
+requires = ["setuptools>=61", "jupyter_packaging", "wheel"]
build-backend = "setuptools.build_meta"
[project.urls]