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

13 lines
310 B
Diff
Raw Normal View History

2023-01-02 19:54:35 +01:00
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>=3.0.0,==3.*",
"hatchling>=0.25"
]
build-backend = "hatchling.build"