mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
ceph.spec.in: Requires python3-scikit-learn only on fedora and suse
so far, python3-scikit-learn is not packaged by RHEL8/CentOS8 or EPEL8.
see
https://src.fedoraproject.org/rpms/python-scikit-learn/branches?branchname=master
this change should address the regression introduced by
d13b441cdb
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
db4d3ca3aa
commit
338f47fe94
@ -500,7 +500,9 @@ Group: System/Filesystems
|
||||
%endif
|
||||
Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
|
||||
Requires: python%{python3_pkgversion}-numpy
|
||||
%if 0%{?fedora} || 0%{?suse_version}
|
||||
Requires: python%{python3_pkgversion}-scikit-learn
|
||||
%endif
|
||||
Requires: python3-scipy
|
||||
%description mgr-diskprediction-local
|
||||
ceph-mgr-diskprediction-local is a ceph-mgr module that tries to predict
|
||||
|
Loading…
Reference in New Issue
Block a user