Unverified Commit c96f34fd authored by Martin Weinelt's avatar Martin Weinelt
Browse files

ospd-openvas: relax dependencies

parent 5d9ae17b
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