diff options
Diffstat (limited to 'devel/py-jupyterlab-server/files/patch-setup.cfg')
-rw-r--r-- | devel/py-jupyterlab-server/files/patch-setup.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-jupyterlab-server/files/patch-setup.cfg b/devel/py-jupyterlab-server/files/patch-setup.cfg index b5e5b30b0dc6..4813f4a1d3d1 100644 --- a/devel/py-jupyterlab-server/files/patch-setup.cfg +++ b/devel/py-jupyterlab-server/files/patch-setup.cfg @@ -1,11 +1,11 @@ ---- setup.cfg.orig 2022-03-17 11:49:13 UTC +--- setup.cfg.orig 2022-04-19 21:26:34 UTC +++ setup.cfg -@@ -29,7 +29,7 @@ python_requires = >=3.7 +@@ -37,7 +37,7 @@ python_requires = >=3.7 install_requires = babel - entrypoints>=0.2.2 + importlib_metadata>=3.6;python_version<"3.10" - jinja2>=3.0.3 + jinja2>=3.0.1 json5 jsonschema>=3.0.1 - packaging + jupyter_server>=1.8,<2 |