Skip to content

Commit c96f34f

Browse files
committed
ospd-openvas: relax dependencies
1 parent 5d9ae17 commit c96f34f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/tools/security/ospd-openvas/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ python3.pkgs.buildPythonApplication rec {
1717
};
1818

1919
pythonRelaxDeps = [
20+
"defusedxml"
2021
"packaging"
22+
"psutil"
2123
"python-gnupg"
2224
];
2325

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

26-
2728
propagatedBuildInputs = with python3.pkgs; [
2829
defusedxml
2930
deprecated

0 commit comments

Comments
 (0)