]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
debian: add missing bcrypt to manager .requires
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Sep 2023 11:28:07 +0000 (13:28 +0200)
committerYuri Weinstein <yweinste@redhat.com>
Tue, 23 Apr 2024 18:54:10 +0000 (18:54 +0000)
commit5a4a6ab000d8d719f1753214d67685daff014aa3
tree77bb75fdbd00eb1ebbda657a7c7adb042e711070
parentbec20dcc8f6f27716d3a4ddffce70cd35eefd8c1
debian: add missing bcrypt to manager .requires

The `ceph-mgr` package lost its dependency on `python3-bcrypt` when
the dependencies got moved from d/control to a dh_python3 compatible
requires file. Add it again as the bcrypt module is still used there.

Otherwise one gets errors when, e.g., calling `ceph -s` after a fresh
installation:

> 13 mgr modules have failed dependencies
> Module 'balancer' has failed dependency: No module named 'bcrypt'
> Module 'crash' has failed dependency: No module named 'bcrypt'
> Module 'devicehealth' has failed dependency: No module named 'bcrypt'
> Module 'iostat' has failed dependency: No module named 'bcrypt'
> Module 'nfs' has failed dependency: No module named 'bcrypt'
> Module 'orchestrator' has failed dependency: No module named 'bcrypt'
> Module 'pg_autoscaler' has failed dependency: No module named 'bcrypt'
> Module 'progress' has failed dependency: No module named 'bcrypt'
> Module 'rbd_support' has failed dependency: No module named 'bcrypt'
> Module 'restful' has failed dependency: No module named 'bcrypt'
> Module 'status' has failed dependency: No module named 'bcrypt'
> Module 'telemetry' has failed dependency: No module named 'bcrypt'
> Module 'volumes' has failed dependency: No module named 'bcrypt'

Fixes: https://tracker.ceph.com/issues/63637
Fixes: ef19547e83e ("debian: add .requires for specifying python3 deps")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit adc501c2ceed138dd0b94be5a17ea7489377da57)
(cherry picked from commit 387b840c1786e77afab5c88b90682d1df3d42811)
debian/ceph-mgr.requires