Skip to content

Commit 9914127

Browse files
committed
tests/build.sh: only install python3-inotify_simple on rhel
Signed-off-by: Andrew Schoen <[email protected]>
1 parent d54b12a commit 9914127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/container/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ task_sys_deps() {
138138
pkgs+=(pyproject-rpm-macros)
139139
fi
140140
if [ "$use_rhel" ]; then
141-
pkgs+=(pyproject-rpm-macros)
141+
pkgs+=(pyproject-rpm-macros python3-inotify_simple)
142142
fi
143143
"${dnf_cmd}" "${yum_args[@]}" install -y "${pkgs[@]}"
144144
"${dnf_cmd}" clean all

0 commit comments

Comments
 (0)