Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-lsp-server


Commits:
0f9f7547 by Chih-Hsuan Yen at 2024-04-29T12:07:51+08:00
Remove unneeded python-setuptools

setuptools is no longer a runtime dependency since 1.8.0:
https://github.com/python-lsp/python-lsp-server/pull/385

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -9,8 +9,8 @@ pkgdesc="Fork of the python-language-server project, maintained 
by the Spyder ID
 arch=(any)
 url="https://github.com/python-lsp/python-lsp-server";
 license=(MIT)
-depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson 
python-setuptools python-websockets python-docstring-to-markdown)
-makedepends=(python-build python-installer python-setuptools-scm python-wheel)
+depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson 
python-websockets python-docstring-to-markdown)
+makedepends=(python-build python-installer python-setuptools 
python-setuptools-scm python-wheel)
 optdepends=(
     'python-mccabe: complexity checking'
     'python-pycodestyle: linter - style checking'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/0f9f75478b9710ea09a506e79889ad19b6fad578

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/0f9f75478b9710ea09a506e79889ad19b6fad578
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to