Skip to content

Commit 6c76fb2

Browse files
committed
ceph.spec.in: remove setuptools dependency
in 844b66d, we stopped using pkg_resources for import packaging. and the exact reason why we introduced pkg_resources was for using the packaging python module, see cf60892. so, let's partially revert cf60892. Signed-off-by: Kefu Chai <[email protected]>
1 parent 75c4166 commit 6c76fb2

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)