koodousfinder: relax keyring
This commit is contained in:
parent
85f22fecc2
commit
1e434d9a30
1 changed files with 5 additions and 0 deletions
|
@ -17,8 +17,13 @@ python3.pkgs.buildPythonApplication rec {
|
|||
hash = "sha256-skCbt2lDKgSyZdHY3WImbr6CF0icrDPTIXNV1736gKk=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"keyring"
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue