Skip to content

Commit

Permalink
mgr/cephadm: Adding python natsort module
Browse files Browse the repository at this point in the history
Needed by: https://tracker.ceph.com/issues/54026

Signed-off-by: Redouane Kachach <[email protected]>
  • Loading branch information
rkachach committed Feb 23, 2022
1 parent 76ad859 commit 7e646d9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions admin/doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ typed-ast
sphinxcontrib-openapi
sphinxcontrib-seqdiag
mistune < 2.0.0
natsort
1 change: 1 addition & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ Group: System/Filesystems
%endif
Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
Requires: python%{python3_pkgversion}-asyncssh
Requires: python%{python3_pkgversion}-natsort
Requires: cephadm = %{_epoch_prefix}%{version}-%{release}
%if 0%{?suse_version}
Requires: openssh
Expand Down
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions src/pybind/mgr/dashboard/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Routes
prettytable
pytest
pyyaml
natsort
1 change: 1 addition & 0 deletions src/pybind/mgr/requirements-required.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ pyyaml
requests-mock
scipy
werkzeug
natsort

0 comments on commit 7e646d9

Please sign in to comment.