Skip to content

Commit

Permalink
[linstor-resources-cleaner] fix `ModuleNotFoundError: No module named…
Browse files Browse the repository at this point in the history
… 'distutils'`

Signed-off-by: Ivan.Makeev <[email protected]>
  • Loading branch information
Ranger-X committed Nov 18, 2024
1 parent 44a4f4b commit 31b3af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/linstor-server/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ shell:
DRBD_UTILS_DEPS="chkconfig sysklogd udev libkeyutils openssh lsb-core"
LINSTOR_COMMON_DEPS="java-11-openjdk-headless"
LINSTOR_SATELLITE_DEPS="lvm2"
LINSTOR_PYTHON_DEPS="python3 python3-module-natsort"
LINSTOR_PYTHON_DEPS="python3 python3-module-natsort python3-module-distutils-extra"
THIN_SEND_RECV_DEPS="thin-provisioning-tools socat zstd jq net-tools iputils iproute2 bind-utils netcat sysstat curl util-linux multipath-tools nvme zfs-utils"
apt-get install -y ${DRBD_UTILS_DEPS} ${LINSTOR_COMMON_DEPS} ${LINSTOR_SATELLITE_DEPS} ${LINSTOR_PYTHON_DEPS} ${THIN_SEND_RECV_DEPS}
Expand Down

0 comments on commit 31b3af5

Please sign in to comment.