1
0
mirror of https://github.com/ceph/ceph synced 2025-03-31 16:25:56 +00:00

mgr/cephadm: fixing natsort dependencies on debian

Signed-off-by: Redouane Kachach <rkachach@redhat.com>
This commit is contained in:
Redouane Kachach 2022-03-17 09:49:26 +01:00
parent 28314cebef
commit dadbd72996
No known key found for this signature in database
GPG Key ID: 843EE0E7D13F5049

5
debian/control vendored
View 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,