mirror of
https://github.com/ceph/ceph
synced 2025-02-16 07:17:21 +00:00
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-mgr = %{_epoch_prefix}%{version}-%{release}
|
||||||
Requires: ceph-grafana-dashboards = %{_epoch_prefix}%{version}-%{release}
|
Requires: ceph-grafana-dashboards = %{_epoch_prefix}%{version}-%{release}
|
||||||
Requires: ceph-prometheus-alerts = %{_epoch_prefix}%{version}-%{release}
|
Requires: ceph-prometheus-alerts = %{_epoch_prefix}%{version}-%{release}
|
||||||
Requires: python%{python3_pkgversion}-setuptools
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 9
|
%if 0%{?fedora} || 0%{?rhel} >= 9
|
||||||
Requires: python%{python3_pkgversion}-grpcio
|
Requires: python%{python3_pkgversion}-grpcio
|
||||||
Requires: python%{python3_pkgversion}-grpcio-tools
|
Requires: python%{python3_pkgversion}-grpcio-tools
|
||||||
|
1
debian/ceph-mgr-modules-core.requires
vendored
1
debian/ceph-mgr-modules-core.requires
vendored
@ -4,5 +4,4 @@ packaging
|
|||||||
pecan
|
pecan
|
||||||
werkzeug
|
werkzeug
|
||||||
requests
|
requests
|
||||||
pkg-resources
|
|
||||||
python-dateutil
|
python-dateutil
|
||||||
|
@ -12,7 +12,6 @@ pytest-cov==2.7.1
|
|||||||
pyyaml
|
pyyaml
|
||||||
requests-mock
|
requests-mock
|
||||||
scipy
|
scipy
|
||||||
setuptools
|
|
||||||
werkzeug
|
werkzeug
|
||||||
natsort
|
natsort
|
||||||
bcrypt
|
bcrypt
|
||||||
|
Loading…
Reference in New Issue
Block a user