Unverified Commit f767f1d1 authored by PerchunPak's avatar PerchunPak
Browse files

python312Packages.pyls-isort: add missing setuptools build dependency

parent 1632aa87
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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