fritz-exporter: relax defusedxml constraint
This commit is contained in:
@@ -20,6 +20,10 @@ python3.pkgs.buildPythonApplication rec {
|
||||
sed -i "/^addopts/d" pyproject.toml
|
||||
'';
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"defusedxml"
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user