diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:47:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:47:12 +0000 |
commit | 23d8769240ffc03bb40ab281a30c4bb2c8d2c375 (patch) | |
tree | c02f59afe9113b372f158b6a3d34405c5fb40e15 /debian | |
parent | Removing unneeded depends in ceph-mds for shorter dependency chains. (diff) | |
download | ceph-23d8769240ffc03bb40ab281a30c4bb2c8d2c375.tar.xz ceph-23d8769240ffc03bb40ab281a30c4bb2c8d2c375.zip |
Removing unneeded depends in ceph-mgr for shorter dependency chains.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6825188e9..21560111a 100644 --- a/debian/control +++ b/debian/control @@ -305,7 +305,7 @@ Description: debugging symbols for ceph-mds Package: ceph-mgr Architecture: linux-any Depends: - ceph-base (= ${binary:Version}), + ceph-common (= ${binary:Version}), ceph-mgr-modules-core (<< ${source:Version}.1~), ceph-mgr-modules-core (>= ${source:Version}), python3-bcrypt, |