diff options
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 70936f6c9..c8788762b 100644 --- a/debian/control +++ b/debian/control @@ -162,7 +162,7 @@ Architecture: linux-any Depends: librbd1 (= ${binary:Version}), python3-ceph-argparse (= ${binary:Version}), - python3-ceph-common (= ${binary:Version}), + python3-ceph-common (>= ${binary:Version}), python3-cephfs (= ${binary:Version}), python3-prettytable, python3-rados (= ${binary:Version}), @@ -270,7 +270,7 @@ Package: ceph-mgr Architecture: linux-any Depends: ceph-base (= ${binary:Version}), - ceph-mgr-modules-core (= ${binary:Version}), + ceph-mgr-modules-core (>= ${binary:Version}), libsqlite3-mod-ceph (= ${binary:Version}), python3-bcrypt, python3-cherrypy3, @@ -300,7 +300,7 @@ Description: manager for the ceph distributed file system Package: ceph-mgr-cephadm Architecture: all Depends: - ceph-mgr (= ${binary:Version}), + ceph-mgr (>= ${binary:Version}), cephadm, openssh-client, python3-cherrypy3, |