From 2c4b31601f546c8a6b08824d9fcaa3c33f518b74 Mon Sep 17 00:00:00 2001 From: Redouane Kachach Date: Fri, 25 Mar 2022 14:30:00 +0100 Subject: [PATCH] ceph.spec: fixing cephadm build deps Fixes: https://tracker.ceph.com/issues/52514 Signed-off-by: Redouane Kachach --- ceph.spec.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3