From: Kefu Chai Date: Thu, 25 Jun 2020 08:10:05 +0000 (+0800) Subject: Merge pull request #35648 from ideepika/fix-44948 X-Git-Tag: v16.1.0~1929 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=db4d3ca3aa328ccd96b1a1637dcbbfc51239826c;p=ceph.git Merge pull request #35648 from ideepika/fix-44948 ceph.spec: fix mgr diskprediction_local dependency Reviewed-by: Kefu Chai --- db4d3ca3aa328ccd96b1a1637dcbbfc51239826c diff --cc ceph.spec.in index 4c4383d7357c,d986bde082fa..261fded69965 --- a/ceph.spec.in +++ b/ceph.spec.in @@@ -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.