From edd4e5ddf32d67e92fbe7debec8f05a062632d30 Mon Sep 17 00:00:00 2001 From: Lucian Petrut Date: Sat, 4 Mar 2023 09:28:05 +0200 Subject: [PATCH] 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 --- scripts/ceph-windows/setup_libvirt_ubuntu_vm | 1 + 1 file changed, 1 insertion(+) 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] -- 2.39.5