From: Redouane Kachach Date: Fri, 25 Mar 2022 13:30:00 +0000 (+0100) Subject: ceph.spec: fixing cephadm build deps X-Git-Tag: v18.0.0~547^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2c4b31601f546c8a6b08824d9fcaa3c33f518b74;p=ceph.git ceph.spec: fixing cephadm build deps Fixes: https://tracker.ceph.com/issues/52514 Signed-off-by: Redouane Kachach --- diff --git a/ceph.spec.in b/ceph.spec.in index f2bd82b3026d..94f5c0f52da2 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -272,6 +272,8 @@ BuildRequires: python%{python3_pkgversion}-dateutil BuildRequires: python%{python3_pkgversion}-coverage BuildRequires: python%{python3_pkgversion}-pyOpenSSL BuildRequires: socat +BuildRequires: python%{python3_pkgversion}-asyncssh +BuildRequires: python%{python3_pkgversion}-natsort %endif %if 0%{with zbd} BuildRequires: libzbd-devel