diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:33:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:33:28 +0000 |
commit | 078d3bd8b3a8e93864d1b95c16247152bf628b98 (patch) | |
tree | 32f1e8df418acb748d2e4db9ab2108e4bd38219c | |
parent | Removing unneeded depends in ceph-mds for shorter dependency chains. (diff) | |
download | ceph-078d3bd8b3a8e93864d1b95c16247152bf628b98.tar.xz ceph-078d3bd8b3a8e93864d1b95c16247152bf628b98.zip |
Removing unneeded depends in ceph-mgr for shorter dependency chains.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 922c55a6..fe8483bc 100644 --- a/debian/control +++ b/debian/control @@ -226,7 +226,7 @@ Description: metadata server for the ceph distributed file system Package: ceph-mgr Architecture: linux-any Depends: - ceph-base (= ${binary:Version}), + ceph-common (= ${binary:Version}), python3-bcrypt, python3-cherrypy3, python3-jwt, |