Merge pull request #329890 from PerchunPak/add-setuptools-to-pyls-isort
python312Packages.pyls-isort: add missing setuptools build dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user