Files
macports-ports/python/py-bqplot/files/patch-pyproject.toml.diff
2022-05-18 09:13:47 -04:00

8 lines
370 B
Diff

--- pyproject.toml.orig 2022-05-17 21:41:53.000000000 -0400
+++ pyproject.toml 2022-05-17 21:42:19.000000000 -0400
@@ -1,3 +1,3 @@
[build-system]
-requires = ["jupyter_packaging~=0.7.9", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"]
+requires = ["jupyter_packaging>=0.7.9", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"