python311Packages.pygls: relax lsprotocol

This commit is contained in:
Fabian Affolter 2024-01-24 09:01:32 +01:00
parent 3700dade29
commit 86788629f9

View file

@ -1,13 +1,14 @@
{ lib
, stdenv
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, poetry-core
, lsprotocol
, typeguard
, poetry-core
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, typeguard
, websockets
}:
@ -25,8 +26,14 @@ buildPythonPackage rec {
hash = "sha256-ARez9fs50kScfMp/W/aFIOcJonpFrcfyrzJuVwou7fk=";
};
pythonRelaxDeps = [
# https://github.com/openlawlibrary/pygls/pull/432
"lsprotocol"
];
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [