Files
macports-ports/python/py-nbclassic/files/patch-pyproject.toml.diff
2024-03-05 09:49:13 +03:00

11 lines
283 B
Diff

--- pyproject.toml.orig 2024-03-05 09:46:25.000000000 +0300
+++ pyproject.toml 2024-03-05 09:46:32.000000000 +0300
@@ -1,7 +1,6 @@
[build-system]
requires = [
"jupyter_packaging~=0.9,<2",
- "jupyter_server>=1.17.0",
"babel"
]
build-backend = "jupyter_packaging.build_api"