Skip to content

Commit 9ff99a3

Browse files
Bug32114921 - CONNECTOR / PYTHON 8.0.22 INTRODUCED DEPENDENCY INCOMPATIBLE WITH SERVER 5.7
1 parent b70748c commit 9ff99a3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,6 @@ Requires: python
133133
Requires: python2-dns >= %{wants_py_dnspython_version}
134134
%endif
135135

136-
%if 0%{?byte_code_only:1}
137-
Requires: mysql%{?product_suffix}-client-plugins = %{version}
138-
%else
139-
Requires: mysql-community-client-plugins = %{version}
140-
%endif
141-
142136
Obsoletes: mysql-connector-python%{?product_suffix}-cext < %{version}-%{release}
143137
Provides: mysql-connector-python%{?product_suffix}-cext = %{version}-%{release}
144138

@@ -290,8 +284,9 @@ rm -rf %{buildroot}
290284
%{python3_sitearch}/_mysqlxpb.cpython*.so
291285

292286
%changelog
293-
* Fri Oct 9 2020 Nuno Mariz <nuno.mariz@oracle.com> - 8.0.23-1
287+
* Mon Nov 16 2020 Prashant Tekriwal <prashant.tekriwal@oracle.com> - 8.0.23-1
294288
- Updated for 8.0.23
289+
- Removed dependency on the Server "client-plugin" RPM
295290

296291
* Mon Sep 07 2020 Kent Boortz <kent.boortz@oracle.com> - 8.0.22-1
297292
- Updated for 8.0.22

0 commit comments

Comments
 (0)