]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: Adding python natsort module 45127/head
authorRedouane Kachach <rkachach@redhat.com>
Wed, 23 Feb 2022 10:39:40 +0000 (11:39 +0100)
committerRedouane Kachach <rkachach@redhat.com>
Wed, 23 Feb 2022 10:39:40 +0000 (11:39 +0100)
Needed by: https://tracker.ceph.com/issues/54026

Signed-off-by: Redouane Kachach <rkachach@redhat.com>
admin/doc-requirements.txt
ceph.spec.in
debian/control
src/pybind/mgr/dashboard/requirements.txt
src/pybind/mgr/requirements-required.txt

index 5532f6215c6078902b841fb45bf94eda4b72cc18..1ee0bd6beb24aab322de923bc39749ccd419d899 100644 (file)
@@ -16,3 +16,4 @@ typed-ast
 sphinxcontrib-openapi
 sphinxcontrib-seqdiag
 mistune < 2.0.0
+natsort
index bb3c0553af5a3c5ad62803d7a4e5cd0af8616e11..21764d2865ae80b89e3f1dad9814605c8b3e0d1c 100644 (file)
@@ -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
index a49e44f96d88db78fc4e2ec8bb9fa23a0becd694..9c8684e172de38cc65393018b62550da59d28e3f 100644 (file)
@@ -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,
index 3aa1054dbe89767c419f61d21598509919e1be3c..2901e9d193d6d6e5b1955025424ca949f7d784fd 100644 (file)
@@ -9,3 +9,4 @@ Routes
 prettytable
 pytest
 pyyaml
+natsort
index d71f25a027f47bee6e56eebda19a08b08ce6eed5..226425f139202272452f84e6b98c75f991e7141d 100644 (file)
@@ -13,3 +13,4 @@ pyyaml
 requests-mock
 scipy
 werkzeug
+natsort