python312Packages.py-serializable: relax defusedxml constraint

This commit is contained in:
Martin Weinelt 2024-06-22 00:25:07 +02:00
parent 83363b6f78
commit 0cf709de42

View File

@ -26,6 +26,8 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonRelaxDeps = [ "defusedxml" ];
dependencies = [ defusedxml ];
nativeCheckInputs = [