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:
parent
28314cebef
commit
dadbd72996
5
debian/control
vendored
5
debian/control
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user