scripts: add missing pyyaml dependency

`pyyaml` is a dependency introduced in `imgtool dumpinfo`

Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
This commit is contained in:
Samuel Tardieu 2023-11-19 11:04:39 +01:00 committed by Jamie
parent 05d1194277
commit ab99fe2812
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ cryptography>=2.6
intelhex
click
cbor2
pyyaml