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

This commit is contained in:
Masum Reza
2024-11-05 15:30:20 +05:30
committed by GitHub
@@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"defusedxml"
"attrs"
];
nativeBuildInputs = with python3.pkgs; [