mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
ospd-openvas: relax dependencies
This commit is contained in:
parent
5d9ae17b84
commit
c96f34fdfd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user