aboutsummaryrefslogtreecommitdiff
path: root/python/python3-lsp-server/python3-lsp-server.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-lsp-server/python3-lsp-server.SlackBuild')
-rw-r--r--python/python3-lsp-server/python3-lsp-server.SlackBuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/python3-lsp-server/python3-lsp-server.SlackBuild b/python/python3-lsp-server/python3-lsp-server.SlackBuild
index 132424d63a..1e1103c2df 100644
--- a/python/python3-lsp-server/python3-lsp-server.SlackBuild
+++ b/python/python3-lsp-server/python3-lsp-server.SlackBuild
@@ -71,12 +71,6 @@ sed -i "s|pycodestyle>=2.11.0,<2.12.0|pycodestyle>=2.11.0|" -i pyproject.toml
sed -i "s|pyflakes>=3.1.0,<3.2.0|pyflakes>=3.1.0|" -i pyproject.toml
sed -i "s|pylint>=2.5.0,<3.1|pylint>=2.5.0|" -i pyproject.toml
-# If yapf is still on 0.32.0, take this into account
-# This involves reverting the following pull requests:
-# https://github.com/python-lsp/python-lsp-server/pull/346
-# https://github.com/python-lsp/python-lsp-server/pull/377
-sed -i "s|yapf>=0.33.0|yapf>=0.32.0|" -i pyproject.toml
-
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages/