diff options
author | Kefu Chai <tchaikov@gmail.com> | 2023-11-26 09:28:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-26 09:28:55 +0100 |
commit | e57773464537beef07eb6aa98034b6eb73a80d74 (patch) | |
tree | b03d79408285dc503e2192f2bf91a7d7fec6d5dc | |
parent | Merge pull request #54656 from zdover23/wip-doc-2023-11-25-rados-troubleshoot... (diff) | |
parent | debian: add missing bcrypt to manager .requires (diff) | |
download | ceph-e57773464537beef07eb6aa98034b6eb73a80d74.tar.xz ceph-e57773464537beef07eb6aa98034b6eb73a80d74.zip |
Merge pull request #53290 from ThomasLamprecht/debian-fix-ceph-mgr-requires
debian: add missing bcrypt to ceph-mgr .requires to fix resulting package dependencies
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
-rw-r--r-- | debian/ceph-mgr.requires | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/ceph-mgr.requires b/debian/ceph-mgr.requires index bf334fb9bd2..39336330c93 100644 --- a/debian/ceph-mgr.requires +++ b/debian/ceph-mgr.requires @@ -1,3 +1,4 @@ +bcrypt pyOpenSSL cephfs ceph-argparse |