]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: fixing natsort dependencies on debian 44895/head
authorRedouane Kachach <rkachach@redhat.com>
Thu, 17 Mar 2022 08:49:26 +0000 (09:49 +0100)
committerRedouane Kachach <rkachach@redhat.com>
Thu, 24 Mar 2022 08:47:49 +0000 (09:47 +0100)
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
debian/control

index 414ba7f7d185e5716be6931506b4f1488af5edeb..21a85ddc519a6545e33f69e1debe30dff9ae791f 100644 (file)
@@ -85,6 +85,7 @@ Build-Depends: automake,
                prometheus <pkg.ceph.check>,
                python3-all-dev,
                python3-cherrypy3,
+               python3-natsort,
                python3-jwt <pkg.ceph.check>,
                python3-nose <pkg.ceph.check>,
                python3-pecan <pkg.ceph.check>,
@@ -228,6 +229,7 @@ Depends: ceph-base (= ${binary:Version}),
          ceph-mgr-modules-core (= ${binary:Version}),
          python3-bcrypt,
          python3-cherrypy3,
+         python3-natsort,
          python3-distutils,
          python3-jwt,
          python3-openssl,
@@ -348,8 +350,7 @@ Depends: ceph-mgr (= ${binary:Version}),
          ${python:Depends},
          openssh-client,
          python3-jinja2,
-         python3-cherrypy,
-         python3-natsort
+         python3-cherrypy
 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,