python312Packages.python-miio: relax defusedxml constraint

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:34 +02:00
parent 9b42f76f44
commit c9f4b894c1
@@ -37,6 +37,8 @@ buildPythonPackage rec {
hash = "sha256-BJw1Gg3FO2R6WWKjkrpxDN4fTMTug5AIj0SNq1gEbBY=";
};
pythonRelaxDeps = [ "defusedxml" ];
nativeBuildInputs = [ poetry-core ];
patches = [