diff options
author | Kefu Chai <tchaikov@gmail.com> | 2024-06-01 02:53:28 +0200 |
---|---|---|
committer | Kefu Chai <tchaikov@gmail.com> | 2024-06-02 10:55:29 +0200 |
commit | 6c76fb28f7ceb9dcf29af7d1fa04edddedd52470 (patch) | |
tree | f0c07e4cb1611178b6eb614a0173a7567876db85 /ceph.spec.in | |
parent | Merge pull request #57774 from linuxbox2/wip-rgwlc-66287 (diff) | |
download | ceph-6c76fb28f7ceb9dcf29af7d1fa04edddedd52470.tar.xz ceph-6c76fb28f7ceb9dcf29af7d1fa04edddedd52470.zip |
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 <tchaikov@gmail.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |