diff options
author | Redouane Kachach <rkachach@redhat.com> | 2022-02-23 11:39:40 +0100 |
---|---|---|
committer | Redouane Kachach <rkachach@redhat.com> | 2022-02-23 11:39:40 +0100 |
commit | 7e646d99589205633a21e19cbdc11b7999ae5da1 (patch) | |
tree | 175909815126db4b90d80639093f6465df8f4934 /debian | |
parent | Merge pull request #45117 from idryomov/wip-rbd-trash-purge-error-typo (diff) | |
download | ceph-7e646d99589205633a21e19cbdc11b7999ae5da1.tar.xz ceph-7e646d99589205633a21e19cbdc11b7999ae5da1.zip |
mgr/cephadm: Adding python natsort module
Needed by: https://tracker.ceph.com/issues/54026
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a49e44f96d8..9c8684e172d 100644 --- a/debian/control +++ b/debian/control @@ -344,7 +344,8 @@ Depends: ceph-mgr (= ${binary:Version}), ${python:Depends}, openssh-client, python3-jinja2, - python3-cherrypy + python3-cherrypy, + python3-natsort Description: cephadm orchestrator module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, |