ceph.spec: fix mgr diskprediction_local dependency
Reviewed-by: Kefu Chai <kchai@redhat.com>
%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
-Requires: scipy
-%endif
%description mgr-diskprediction-local
ceph-mgr-diskprediction-local is a ceph-mgr module that tries to predict
disk failures using local algorithms and machine-learning databases.