Skip to content

Commit

Permalink
devel/py-jupyterlab-server: Update version requirement of RUN_DEPENDS
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Nov 19, 2022
1 parent f3c0a2c commit 5b10c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devel/py-jupyterlab-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0.1:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0.3:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}json5>=0:devel/py-json5@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.1:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.8<2:devel/py-jupyter-server@${PY_FLAVOR} \
Expand Down
2 changes: 1 addition & 1 deletion devel/py-jupyterlab-server/files/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
install_requires=[
'babel',
'importlib-metadata>=3.6; python_version < "3.10"',
'jinja2>=3.0.1',
'jinja2>=3.0.3',
'json5',
'jsonschema>=3.0.1',
'jupyter-server<2,>=1.8',
Expand Down

0 comments on commit 5b10c0d

Please sign in to comment.