Files
macports-ports/python/py-plotly/files/patch-pyproject.toml.diff

10 lines
313 B
Diff
Raw Permalink Normal View History

2025-08-19 12:53:47 -04:00
--- 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]