From: Lucian Petrut Date: Sat, 4 Mar 2023 07:28:05 +0000 (+0200) Subject: windows: install python3-bcrypt dependency X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=edd4e5ddf32d67e92fbe7debec8f05a062632d30;p=ceph-build.git windows: install python3-bcrypt dependency The Windows job is failing because of a missing mgr dependency. We'll update the setup script, ensuring that python3-bcrypt is installed. Signed-off-by: Lucian Petrut --- diff --git a/scripts/ceph-windows/setup_libvirt_ubuntu_vm b/scripts/ceph-windows/setup_libvirt_ubuntu_vm index 5292f16a..372c6f29 100644 --- a/scripts/ceph-windows/setup_libvirt_ubuntu_vm +++ b/scripts/ceph-windows/setup_libvirt_ubuntu_vm @@ -36,6 +36,7 @@ packages: - locales - rsync - jq + - python3-bcrypt runcmd: - [localedef, -i, en_US, -c, -f, UTF-8, -A, /usr/share/locale/locale.alias, en_US.UTF-8]