ospd-openvas: relax dependencies

This commit is contained in:
Martin Weinelt 2024-07-07 16:47:48 +02:00
parent 5d9ae17b84
commit c96f34fdfd
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

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