diff options
author | Redouane Kachach <rkachach@redhat.com> | 2022-02-23 11:39:40 +0100 |
---|---|---|
committer | Redouane Kachach <rkachach@redhat.com> | 2022-02-23 11:39:40 +0100 |
commit | 7e646d99589205633a21e19cbdc11b7999ae5da1 (patch) | |
tree | 175909815126db4b90d80639093f6465df8f4934 /ceph.spec.in | |
parent | Merge pull request #45117 from idryomov/wip-rbd-trash-purge-error-typo (diff) | |
download | ceph-7e646d99589205633a21e19cbdc11b7999ae5da1.tar.xz ceph-7e646d99589205633a21e19cbdc11b7999ae5da1.zip |
mgr/cephadm: Adding python natsort module
Needed by: https://tracker.ceph.com/issues/54026
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index bb3c0553af5..21764d2865a 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 |