Skip to content

Commit 0370256

Browse files
authored
Merge pull request ceph#57812 from tchaikov/wip-drop-setuptools
ceph.spec.in: remove setuptools dependency Reviewed-by: Matan Breizman <[email protected]>
2 parents 1a0bc3c + 6c76fb2 commit 0370256

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

ceph.spec.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,6 @@ Group: System/Filesystems
672672
Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
673673
Requires: ceph-grafana-dashboards = %{_epoch_prefix}%{version}-%{release}
674674
Requires: ceph-prometheus-alerts = %{_epoch_prefix}%{version}-%{release}
675-
Requires: python%{python3_pkgversion}-setuptools
676675
%if 0%{?fedora} || 0%{?rhel} >= 9
677676
Requires: python%{python3_pkgversion}-grpcio
678677
Requires: python%{python3_pkgversion}-grpcio-tools

debian/ceph-mgr-modules-core.requires

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ packaging
44
pecan
55
werkzeug
66
requests
7-
pkg-resources
87
python-dateutil

src/pybind/mgr/requirements-required.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ pytest-cov==2.7.1
1212
pyyaml
1313
requests-mock
1414
scipy
15-
setuptools
1615
werkzeug
1716
natsort
1817
bcrypt

0 commit comments

Comments
 (0)