void-packages/srcpkgs/python3-ipyparallel/patches/no-jupyterlab.patch

13 lines
303 B
Diff

IPython Parallel installs just fine without jupyterlab, and the Void package
will add some version conflicts that prevent building.
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,5 @@
[build-system]
requires = [
- "jupyterlab==4.*",
"hatchling>=0.25",
]
build-backend = "hatchling.build"