Commit 1e434d9a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

koodousfinder: relax keyring

parent 85f22fec
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,8 +17,13 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-skCbt2lDKgSyZdHY3WImbr6CF0icrDPTIXNV1736gKk=";
  };

  pythonRelaxDeps = [
    "keyring"
  ];

  nativeBuildInputs = with python3.pkgs; [
    poetry-core
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = with python3.pkgs; [