Skip to content

Commit a4cb878

Browse files
mingulovdavidvincze
authored andcommitted
imgtool: Fixed missing dependency to 'pyyaml' (for dumpinfo)
imgtool's dumpinfo depends to pyyaml package, so add it to requirements. Signed-off-by: Denis Mingulov <[email protected]>
1 parent faf2dd1 commit a4cb878

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/imgtool.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ let
2121
python37.pkgs.intelhex
2222
python37.pkgs.setuptools
2323
python37.pkgs.cbor2
24+
python37.pkgs.pyyaml
2425
]
2526
);
2627
in

scripts/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'intelhex>=2.2.1',
1919
'click',
2020
'cbor2',
21+
'pyyaml',
2122
],
2223
entry_points={
2324
"console_scripts": ["imgtool=imgtool.main:imgtool"]

0 commit comments

Comments
 (0)