Skip to content

Commit ad76f72

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/container/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ task_sys_deps() {
121121
python3-wheel \
122122
python3-pyxattr \
123123
python3-devel \
124-
python3-inotify_simple \
125124
samba-common-tools \
126125
rpm-build \
127126
'python3dist(mypy)' \
@@ -138,7 +137,7 @@ task_sys_deps() {
138137
pkgs+=(pyproject-rpm-macros)
139138
fi
140139
if [ "$use_rhel" ]; then
141-
pkgs+=(pyproject-rpm-macros)
140+
pkgs+=(pyproject-rpm-macros python3-inotify_simple)
142141
fi
143142
"${dnf_cmd}" "${yum_args[@]}" install -y "${pkgs[@]}"
144143
"${dnf_cmd}" clean all

0 commit comments

Comments
 (0)