Merge pull request #57812 from tchaikov/wip-drop-setuptools

ceph.spec.in: remove setuptools dependency

Reviewed-by: Matan Breizman <mbreizma@redhat.com>
This commit is contained in:
Kefu Chai 2024-06-05 13:38:22 +08:00 committed by GitHub
commit 0370256bf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -4,5 +4,4 @@ packaging
pecan
werkzeug
requests
pkg-resources
python-dateutil

View File

@ -12,7 +12,6 @@ pytest-cov==2.7.1
pyyaml
requests-mock
scipy
setuptools
werkzeug
natsort
bcrypt