ospd-openvas: relax defusedxml and psutil

This commit is contained in:
Fabian Affolter
2024-07-07 16:14:09 +02:00
parent b696c018f1
commit a3ee5ccaa5
+2 -1
View File
@@ -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