]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #35648 from ideepika/fix-44948
authorKefu Chai <kchai@redhat.com>
Thu, 25 Jun 2020 08:10:05 +0000 (16:10 +0800)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 08:10:05 +0000 (16:10 +0800)
ceph.spec: fix mgr diskprediction_local dependency

Reviewed-by: Kefu Chai <kchai@redhat.com>
1  2 
ceph.spec.in

diff --cc ceph.spec.in
index 4c4383d7357c9c838d74c8486cff9b21ebd96106,d986bde082fa6c412cfd8561d1b2e09d86311af9..261fded699658d22517b61a527565c8e1856f196
@@@ -500,7 -562,12 +500,8 @@@ Group:          System/Filesystem
  %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.