Skip to content

Commit

Permalink
build: add pyyaml to install-dependencies.sh
Browse files Browse the repository at this point in the history
in 6de08b0, we introduced the dependency to pyyaml, but we failed
to update `install-dependencies.sh` to install it.

in this change, we add this dependency to `install-dependencies.sh`.

Refs 6de08b0
Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Jun 10, 2024
1 parent 71d9363 commit ff3bf50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ debian_packages=(
protobuf-compiler
python3
python3-pyelftools
python3-yaml
ragel
stow
systemtap-sdt-dev
Expand Down Expand Up @@ -99,6 +100,7 @@ redhat_packages=(
protobuf-devel
python3
python3-pyelftools
python3-pyyaml
stow
systemtap-sdt-devel
valgrind-devel
Expand Down Expand Up @@ -188,6 +190,7 @@ arch_packages=(
protobuf
python3
python-pyelftools
python-yaml
ragel
stow
valgrind
Expand Down Expand Up @@ -225,6 +228,7 @@ opensuse_packages=(
ninja
openssl
protobuf-devel
python3-PyYAML
ragel
stow
xfsprogs-devel
Expand Down

0 comments on commit ff3bf50

Please sign in to comment.