Commit a3ee5cca authored by Fabian Affolter's avatar Fabian Affolter
Browse files

ospd-openvas: relax defusedxml and psutil

parent b696c018
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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