Skip to content

Commit

Permalink
yocto: add pyaml library.
Browse files Browse the repository at this point in the history
  • Loading branch information
peteut committed Jun 15, 2024
1 parent 03d00e0 commit 1fb5c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/yocto/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let
(ncurses'.override { unicodeSupport = false; })
patch
perl
(python3.withPackages (ps: [ ps.setuptools ]))
(python3.withPackages (ps: [ ps.setuptools ps.pyaml ]))
rpcsvc-proto
unzip
util-linux
Expand Down

0 comments on commit 1fb5c5a

Please sign in to comment.