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 | 4f5cbd658b5e32af8fe326f55be64c7358580f7b (patch) | |
tree | 7b3c1c4b5d1cd292971df5852923aa532151253e | |
parent | Removing unneeded depends in ceph-mgr for shorter dependency chains. (diff) | |
download | ceph-4f5cbd658b5e32af8fe326f55be64c7358580f7b.tar.xz ceph-4f5cbd658b5e32af8fe326f55be64c7358580f7b.zip |
Removing unneeded depends in ceph-mon 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 fe8483bc..f4464622 100644 --- a/debian/control +++ b/debian/control @@ -365,7 +365,7 @@ Description: ssh orchestrator plugin for ceph-mgr Package: ceph-mon Architecture: linux-any Depends: - ceph-base (= ${binary:Version}), + ceph-common (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, |