Merge pull request #329890 from PerchunPak/add-setuptools-to-pyls-isort

python312Packages.pyls-isort: add missing setuptools build dependency
This commit is contained in:
Gaétan Lepage
2024-07-26 07:41:14 +02:00
committed by GitHub
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
python-lsp-server,
isort,
}:
@@ -23,6 +24,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pyls_isort" ];
build-system = [ setuptools ];
dependencies = [
isort
python-lsp-server