python3-lsp-server: rebuild for Python 3.11

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:09:23 -04:00
parent 576e72a880
commit ecb026d6ae

View file

@ -1,7 +1,7 @@
# Template file for 'python3-lsp-server' # Template file for 'python3-lsp-server'
pkgname=python3-lsp-server pkgname=python3-lsp-server
version=1.5.0 version=1.5.0
revision=1 revision=2
wrksrc="${pkgname/3}-${version}" wrksrc="${pkgname/3}-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel" hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"