Skip to content

Commit

Permalink
ospd-openvas: relax dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jul 7, 2024
1 parent 5d9ae17 commit c96f34f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/tools/security/ospd-openvas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ python3.pkgs.buildPythonApplication rec {
};

pythonRelaxDeps = [
"defusedxml"
"packaging"
"psutil"
"python-gnupg"
];

build-system = with python3.pkgs; [ poetry-core ];


propagatedBuildInputs = with python3.pkgs; [
defusedxml
deprecated
Expand Down

0 comments on commit c96f34f

Please sign in to comment.