Skip to content

Commit

Permalink
Merge pull request #72 from peteut/master
Browse files Browse the repository at this point in the history
yocto: add pyaml library.
  • Loading branch information
Mic92 authored Jun 16, 2024
2 parents 03d00e0 + 1fb5c5a commit c8c756b
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 c8c756b

Please sign in to comment.