commit | ab99fe28122aea665161c4762567b56cc67762d5 | [log] [tgz] |
---|---|---|
author | Samuel Tardieu <sam@rfc1149.net> | Sun Nov 19 11:04:39 2023 +0100 |
committer | Jamie <40387179+nordicjm@users.noreply.github.com> | Tue Dec 05 15:41:19 2023 +0000 |
tree | a949733a4f17dab76d58b00b17bfcf01f2f83a40 | |
parent | 05d11942774fc15b90af101232ec5305051216ec [diff] [blame] |
scripts: add missing pyyaml dependency `pyyaml` is a dependency introduced in `imgtool dumpinfo` Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 2446928..79883b6 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt
@@ -2,3 +2,4 @@ intelhex click cbor2 +pyyaml