]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
windows: install python3-bcrypt dependency 2120/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Sat, 4 Mar 2023 07:28:05 +0000 (09:28 +0200)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Sat, 4 Mar 2023 07:29:28 +0000 (09:29 +0200)
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 <lpetrut@cloudbasesolutions.com>
scripts/ceph-windows/setup_libvirt_ubuntu_vm

index 5292f16aa780ba73fc7dc02fbfd551f6ed7a583d..372c6f29a86f4f868c1d91887a12acb5d9f469fe 100644 (file)
@@ -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]