]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: fixing natsort dependencies on debian
authorRedouane Kachach <rkachach@redhat.com>
Thu, 17 Mar 2022 08:49:26 +0000 (09:49 +0100)
committerAdam King <adking@redhat.com>
Tue, 3 May 2022 00:48:34 +0000 (20:48 -0400)
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked from commit dadbd7299640b50949c4f5f37509831ee4824937)

Conflicts:
debian/control

debian/control

index 83827be5c7ba73c0bfc695479c571aa40567ed12..deadc85ada82070b6c1016ee4a00a10442fb49a3 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,