mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-lsp-server: add missing dependencies
This commit is contained in:
parent
315cb61567
commit
6acffb126b
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-lsp-server'
|
# Template file for 'python3-lsp-server'
|
||||||
pkgname=python3-lsp-server
|
pkgname=python3-lsp-server
|
||||||
version=1.7.2
|
version=1.7.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
|
||||||
depends="python3-jedi python3-pluggy python3-lsp-jsonrpc python3-ultrajson
|
depends="python3-jedi python3-pluggy python3-lsp-jsonrpc python3-ultrajson
|
||||||
python3-setuptools python3-docstring-to-markdown"
|
python3-setuptools python3-docstring-to-markdown python3-yapf python3-toml"
|
||||||
checkdepends="${depends} autopep8 python3-coverage python3-flaky python3-matplotlib
|
checkdepends="${depends} autopep8 python3-coverage python3-flaky python3-matplotlib
|
||||||
python3-mccabe python3-mock python3-numpy python3-pandas python3-pycodestyle
|
python3-mccabe python3-mock python3-numpy python3-pandas python3-pycodestyle
|
||||||
python3-PyQt5 python3-pyflakes python3-pylint python3-pytest python3-pytest-cov
|
python3-PyQt5 python3-pyflakes python3-pylint python3-pytest python3-pytest-cov
|
||||||
|
|
Loading…
Add table
Reference in a new issue