diff options
author | Daniel Baumann <daniel@debian.org> | 2024-11-10 09:17:05 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-11-10 09:17:05 +0100 |
commit | 1c3f8211775648f1c48922801db4bc5ff0cf1589 (patch) | |
tree | 31bf2fdae4c12cfe543bdb6c2b29fd25d19d5544 | |
parent | Removing unneeded depends in ceph-mds for shorter dependency chains. (diff) | |
download | ceph-19-1c3f8211775648f1c48922801db4bc5ff0cf1589.tar.xz ceph-19-1c3f8211775648f1c48922801db4bc5ff0cf1589.zip |
Removing unneeded depends in ceph-mgr for shorter dependency chains.
Signed-off-by: Daniel Baumann <daniel@debian.org>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ed2b709a7..b8bcb9a2a 100644 --- a/debian/control +++ b/debian/control @@ -269,7 +269,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}), ceph-mgr-modules-core (>= ${binary:Version}), libsqlite3-mod-ceph (= ${binary:Version}), python3-bcrypt, |