ports/devel/py-jupyter-rfb/files/patch-pyproject.toml

7 lines
332 B
TOML

--- pyproject.toml.orig 2024-09-17 09:27:39 UTC
+++ pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["jupyter_packaging~=0.7.9", "jupyterlab>=3.0.0,==3.*", "setuptools>=40.8.0", "wheel"]
+requires = ["jupyter_packaging>=0.7.9", "jupyterlab>=3.0.0", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"