Skip to content

Commit

Permalink
diagrams-as-code: fix build failure due to pyyaml constraint (NixOS#3…
Browse files Browse the repository at this point in the history
…43308)

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

Co-authored-by: sarahec <[email protected]>
  • Loading branch information
sarahec and sarahec committed Sep 20, 2024
1 parent ed984a3 commit 619e9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/di/diagrams-as-code/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ python3Packages.buildPythonPackage rec {
pythonRelaxDeps = [
"diagrams"
"pydantic"
"pyyaml"
];

pythonImportsCheck = [ "diagrams_as_code" ];
Expand Down

0 comments on commit 619e9e2

Please sign in to comment.