koodousfinder: relax keyring

This commit is contained in:
Fabian Affolter 2024-04-04 11:31:38 +02:00
parent 85f22fecc2
commit 1e434d9a30

View file

@ -17,8 +17,13 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-skCbt2lDKgSyZdHY3WImbr6CF0icrDPTIXNV1736gKk=";
};
pythonRelaxDeps = [
"keyring"
];
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [