From d13b441cdb63e37ad3b8ba36cbd3edc33b1e4bbd Mon Sep 17 00:00:00 2001 From: Deepika Upadhyay Date: Thu, 18 Jun 2020 17:23:37 +0530 Subject: [PATCH] ceph.spec: fix mgr diskprediction_local dependency fixes: https://tracker.ceph.com/issues/44948 Signed-off-by: Deepika Upadhyay --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index 408f0b1c1d7..d986bde082f 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -562,6 +562,7 @@ Group: System/Filesystems %endif Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release} Requires: python%{python3_pkgversion}-numpy +Requires: python%{python3_pkgversion}-scikit-learn Requires: python3-scipy %if 0%{?rhel} == 7 Requires: numpy -- 2.47.3