From 6c76fb28f7ceb9dcf29af7d1fa04edddedd52470 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 1 Jun 2024 08:53:28 +0800 Subject: ceph.spec.in: remove setuptools dependency in 844b66de, 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 cf608920. so, let's partially revert cf608920. Signed-off-by: Kefu Chai --- ceph.spec.in | 1 - 1 file changed, 1 deletion(-) (limited to 'ceph.spec.in') diff --git a/ceph.spec.in b/ceph.spec.in index 459bce9ea28..fae1e390eba 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 -- cgit v1.2.3