Skip to content

Commit

Permalink
make language-server outputs noarch:python
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jan 6, 2021
1 parent 35504ed commit 0b79980
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@ outputs:
version: {{ server_version }}
build:
number: {{ server_build_number }}
noarch: generic
noarch: python
requirements:
host:
- python >=3.6
run:
- {{ pin_subpackage("jupyter-lsp", exact=True) }}
- python-language-server >=0.31.9
Expand All @@ -129,8 +131,10 @@ outputs:
version: {{ server_version }}
build:
number: {{ server_build_number }}
noarch: generic
noarch: python
requirements:
host:
- python >=3.6
run:
- {{ pin_subpackage("jupyter-lsp", exact=True) }}
# Snippets support https://github.com/krassowski/jupyterlab-lsp/issues/208
Expand All @@ -152,6 +156,7 @@ outputs:
doc_url: https://jupyterlab-lsp.readthedocs.io
doc_source_url: https://github.com/krassowski/jupyterlab-lsp/blob/master/docs


about:
home: https://github.com/krassowski/jupyterlab-lsp
license: BSD-3-Clause
Expand Down

0 comments on commit 0b79980

Please sign in to comment.