Skip to content

Commit 5508176

Browse files
tchaikovavikivity
authored andcommitted
build: add pyyaml to install-dependencies.sh
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]>
1 parent 71d9363 commit 5508176

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install-dependencies.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ debian_packages=(
5656
protobuf-compiler
5757
python3
5858
python3-pyelftools
59+
python3-yaml
5960
ragel
6061
stow
6162
systemtap-sdt-dev
@@ -99,6 +100,7 @@ redhat_packages=(
99100
protobuf-devel
100101
python3
101102
python3-pyelftools
103+
python3-pyyaml
102104
stow
103105
systemtap-sdt-devel
104106
valgrind-devel
@@ -188,6 +190,7 @@ arch_packages=(
188190
protobuf
189191
python3
190192
python-pyelftools
193+
python-yaml
191194
ragel
192195
stow
193196
valgrind
@@ -225,6 +228,7 @@ opensuse_packages=(
225228
ninja
226229
openssl
227230
protobuf-devel
231+
python3-PyYAML
228232
ragel
229233
stow
230234
xfsprogs-devel

0 commit comments

Comments
 (0)