diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:39:15 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:12 +0700 |
commit | 3258ad57908a93eb04b76866bbcf91032815578e (patch) | |
tree | 9c36f4b160410317210a262210ac7274881b6b00 /python/python3-lsp-server | |
parent | 9e938331a2e1ac3eeedacdc0754d766187f8c867 (diff) |
python/python3-lsp-server: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-lsp-server')
-rw-r--r-- | python/python3-lsp-server/python3-lsp-server.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-lsp-server/python3-lsp-server.info b/python/python3-lsp-server/python3-lsp-server.info index 00afc2134b27b..dfb079a1e175a 100644 --- a/python/python3-lsp-server/python3-lsp-server.info +++ b/python/python3-lsp-server/python3-lsp-server.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/python-lsp-server/pyt MD5SUM="2c965860206e18fc192bbe6bd908edd9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-wheel python3-jedi python3-pluggy python3-lsp-jsonrpc" +REQUIRES="python3-jedi python3-pluggy python3-lsp-jsonrpc" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |