Unverified Commit b7546315 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

fritz-exporter: add attrs to relaxed deps (#353683)

parents 71408df7 ae7f50cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication rec {

  pythonRelaxDeps = [
    "defusedxml"
    "attrs"
  ];

  nativeBuildInputs = with python3.pkgs; [