Skip to content

Commit

Permalink
imgtool: Fixed missing dependency to 'pyyaml' (for dumpinfo)
Browse files Browse the repository at this point in the history
imgtool's dumpinfo depends to pyyaml package, so add it to
requirements.

Signed-off-by: Denis Mingulov <[email protected]>
  • Loading branch information
mingulov authored and davidvincze committed May 23, 2024
1 parent faf2dd1 commit a4cb878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/imgtool.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ let
python37.pkgs.intelhex
python37.pkgs.setuptools
python37.pkgs.cbor2
python37.pkgs.pyyaml
]
);
in
Expand Down
1 change: 1 addition & 0 deletions scripts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'intelhex>=2.2.1',
'click',
'cbor2',
'pyyaml',
],
entry_points={
"console_scripts": ["imgtool=imgtool.main:imgtool"]
Expand Down

0 comments on commit a4cb878

Please sign in to comment.