[arch-commits] Commit in python-lsp-server/trunk (PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Sun Sep 12 09:12:03 UTC 2021


    Date: Sunday, September 12, 2021 @ 09:12:02
  Author: jelle
Revision: 1014536

Add missing python-setuptools dependency

Fixes: FS#72099

Modified:
  python-lsp-server/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-12 08:16:11 UTC (rev 1014535)
+++ PKGBUILD	2021-09-12 09:12:02 UTC (rev 1014536)
@@ -3,14 +3,12 @@
 
 pkgname=python-lsp-server
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Fork of the python-language-server project, maintained by the Spyder IDE team and the community"
 arch=(any)
 url="https://github.com/python-lsp/python-lsp-server"
 license=(MIT)
-depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson)
-makedepends=(python-setuptools)
-
+depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson python-setuptools)
 source=($pkgname-$pkgver.tar.gz::https://github.com/python-lsp/python-lsp-server/archive/v${pkgver}.tar.gz)
 sha256sums=('5408cffb405bef5e74d5a9de4ba6f1f45e5ab1c5d67755824a0beb31dfb489a3')
 



More information about the arch-commits mailing list