diagrams-as-code: fix build failure due to pyyaml constraint (#343308)

python312.diagrams-as-code: fix build failure due to pyaml constraint

Co-authored-by: sarahec <sarahec@nextquestion.net>
This commit is contained in:
Sarah Clark
2024-09-21 00:09:35 +02:00
committed by GitHub
co-authored by sarahec
parent ed984a3baf
commit 619e9e200c
@@ -29,6 +29,7 @@ python3Packages.buildPythonPackage rec {
pythonRelaxDeps = [
"diagrams"
"pydantic"
"pyyaml"
];
pythonImportsCheck = [ "diagrams_as_code" ];