fritz-exporter: relax defusedxml constraint

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:23 +02:00
parent c9048c944b
commit 79266c303b
@@ -20,6 +20,10 @@ python3.pkgs.buildPythonApplication rec {
sed -i "/^addopts/d" pyproject.toml
'';
pythonRelaxDeps = [
"defusedxml"
];
nativeBuildInputs = with python3.pkgs; [
poetry-core
];