emacsPackages.lsp-bridge: add setuptools for python 3.12

Distutils was removed in python 3.12, so we need to add setuptools
This commit is contained in:
Kira Bruneau
2024-07-10 17:58:35 -04:00
parent 16e401f018
commit 93ae7487b6
@@ -22,6 +22,7 @@ let
orjson
paramiko
rapidfuzz
setuptools
sexpdata
six
]);