mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 04:59:01 +00:00
tartufo: relax cached-property
This commit is contained in:
parent
73bf44ceb6
commit
8ddd87d8e1
@ -16,7 +16,10 @@ python3.pkgs.buildPythonApplication rec {
|
||||
hash = "sha256-s7gqGvOnie7lGlpW3wfd8igWfowxwg9mftRjiHnvedc=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "tomlkit" ];
|
||||
pythonRelaxDeps = [
|
||||
"cached-property"
|
||||
"tomlkit"
|
||||
];
|
||||
|
||||
build-system = with python3.pkgs; [ poetry-core ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user