mirror of
https://github.com/ceph/ceph
synced 2025-01-02 09:02:34 +00:00
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:
commit
0370256bf0
@ -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
|
||||
|
1
debian/ceph-mgr-modules-core.requires
vendored
1
debian/ceph-mgr-modules-core.requires
vendored
@ -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
Block a user