Skip to content

Commit 95a8a97

Browse files
committed
Fix RPM: removes Required mysql-connector-python3*-cext.rpm
1 parent c61dc09 commit 95a8a97

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cpydist/data/rpm/mysql-connector-python.spec

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -174,17 +174,8 @@ Provides: mysql-connector-python3 = %{version}-%{release}
174174
%endif
175175

176176
Requires: python3
177-
178-
%if 0%{?rhel} == 7 || 0%{?rhel} == 8 || 0%{?suse_version} == 1315
179-
180-
Requires: mysql-connector-python3%{?product_suffix}-cext = %{version}-%{release}
181-
182-
%else
183-
184177
Requires: python3-protobuf >= %{requires_py_protobuf_version}
185178

186-
%endif
187-
188179
# Some operations requires DNSPYTHON but this is not a strict
189180
# requirement for the RPM install as currently few RPM platforms has
190181
# the required version as RPMs. Users need to install using PIP.

0 commit comments

Comments
 (0)