mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
Merge pull request #259310 from kalekseev/fix/ruff-lsp-deps
ruff-lsp: fix deps
This commit is contained in:
commit
aff5032dfb
@ -3,12 +3,12 @@
|
|||||||
, pythonOlder
|
, pythonOlder
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, ruff
|
, ruff
|
||||||
, pygls
|
, pygls
|
||||||
, lsprotocol
|
, lsprotocol
|
||||||
, hatchling
|
, hatchling
|
||||||
, typing-extensions
|
, typing-extensions
|
||||||
|
, packaging
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, python-lsp-jsonrpc
|
, python-lsp-jsonrpc
|
||||||
, pytest-asyncio
|
, pytest-asyncio
|
||||||
@ -37,6 +37,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
packaging
|
||||||
pygls
|
pygls
|
||||||
lsprotocol
|
lsprotocol
|
||||||
typing-extensions
|
typing-extensions
|
||||||
|
Loading…
Reference in New Issue
Block a user