Unverified Commit 619e9e20 authored by Sarah Clark's avatar Sarah Clark Committed by GitHub
Browse files

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: default avatarsarahec <sarahec@nextquestion.net>
parent ed984a3b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ python3Packages.buildPythonPackage rec {
  pythonRelaxDeps = [
    "diagrams"
    "pydantic"
    "pyyaml"
  ];

  pythonImportsCheck = [ "diagrams_as_code" ];