diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template index 11e6facea6..8ac0842f3b 100644 --- a/srcpkgs/python3-language-server/template +++ b/srcpkgs/python3-language-server/template @@ -1,13 +1,12 @@ # Template file for 'python3-language-server' pkgname=python3-language-server version=0.34.1 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname/3}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-future python3-jedi python3-pluggy python3-jsonrpc-server python3-ultrajson - python3-setuptools" +depends="python3-jedi python3-pluggy python3-jsonrpc-server python3-ultrajson" short_desc="Python implementation of the Language Server Protocol" maintainer="k4leg " license="MIT" @@ -15,6 +14,10 @@ homepage="https://github.com/palantir/python-language-server" distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz" checksum=b96ff466b5aa24e212493de863899298f229a9e250e7353972563c7f2495d23d +post_patch() { + vsed -i setup.py -e 's/\bujson<=1.35\b/ujson/' +} + post_install() { vlicense LICENSE }