Skip to content

Commit 3f6f055

Browse files
committed
follow-up ET#80991 [Fedora 40] Please build 8.4.0 Connector/PYTHON
adding the patch to mysql xplugin pkg (cherry picked from commit 1f27d4c25e80a7a797f8ca97c70107c6278af52a)
1 parent 9a4e598 commit 3f6f055

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@ Requires: python38
175175
Requires: python3-dns >= %{wants_py_dnspython_version}
176176
%endif
177177

178-
%if 0%{?fedora}
179-
%global __requires_exclude .*protobuf.*
180-
%endif
181-
182178
%description -n mysql-connector-python3%{?product_suffix}
183179
MySQL Connector/Python enables Python programs to access MySQL
184180
databases, using an API that is compliant with the Python DB API

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ BuildRequires: python38-setuptools
117117
BuildRequires: python38-rpm-macros
118118
%endif
119119

120+
%if 0%{?fedora}
121+
%global __requires_exclude .*protobuf.*
122+
%endif
123+
120124
%description
121125
MySQL Connector/Python enables Python programs to access MySQL
122126
databases, using an API that is compliant with the Python DB API

0 commit comments

Comments
 (0)