From 6acffb126b5a011404fa4879a10a2b6d8686d93f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 12 Apr 2023 19:51:47 -0400 Subject: [PATCH] python3-lsp-server: add missing dependencies --- srcpkgs/python3-lsp-server/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template index 312230898e5..d3624735f4d 100644 --- a/srcpkgs/python3-lsp-server/template +++ b/srcpkgs/python3-lsp-server/template @@ -1,11 +1,11 @@ # Template file for 'python3-lsp-server' pkgname=python3-lsp-server version=1.7.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel" 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 python3-mccabe python3-mock python3-numpy python3-pandas python3-pycodestyle python3-PyQt5 python3-pyflakes python3-pylint python3-pytest python3-pytest-cov