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:
@@ -22,6 +22,7 @@ let
|
||||
orjson
|
||||
paramiko
|
||||
rapidfuzz
|
||||
setuptools
|
||||
sexpdata
|
||||
six
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user