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:
@@ -29,6 +29,7 @@ python3Packages.buildPythonPackage rec {
|
||||
pythonRelaxDeps = [
|
||||
"diagrams"
|
||||
"pydantic"
|
||||
"pyyaml"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "diagrams_as_code" ];
|
||||
|
||||
Reference in New Issue
Block a user