mirror of https://github.com/ceph/ceph
ceph.spec.in: remove setuptools dependency
in844b66de
, we stopped using pkg_resources for import packaging. and the exact reason why we introduced pkg_resources was for using the packaging python module, seecf608920
. so, let's partially revertcf608920
. Signed-off-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
parent
75c41667cd
commit
6c76fb28f7
|
@ -672,7 +672,6 @@ Group: System/Filesystems
|
|||
Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
|
||||
Requires: ceph-grafana-dashboards = %{_epoch_prefix}%{version}-%{release}
|
||||
Requires: ceph-prometheus-alerts = %{_epoch_prefix}%{version}-%{release}
|
||||
Requires: python%{python3_pkgversion}-setuptools
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 9
|
||||
Requires: python%{python3_pkgversion}-grpcio
|
||||
Requires: python%{python3_pkgversion}-grpcio-tools
|
||||
|
|
|
@ -4,5 +4,4 @@ packaging
|
|||
pecan
|
||||
werkzeug
|
||||
requests
|
||||
pkg-resources
|
||||
python-dateutil
|
||||
|
|
|
@ -12,7 +12,6 @@ pytest-cov==2.7.1
|
|||
pyyaml
|
||||
requests-mock
|
||||
scipy
|
||||
setuptools
|
||||
werkzeug
|
||||
natsort
|
||||
bcrypt
|
||||
|
|
Loading…
Reference in New Issue