File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
mysql-connector-python/cpydist/data/rpm
mysqlx-connector-python/cpydist/data/rpm Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,10 +175,6 @@ Requires: python38
175
175
Requires: python3-dns >= %{wants_py_dnspython_version }
176
176
%endif
177
177
178
- %if 0%{?fedora }
179
- %global __requires_exclude .*protobuf.*
180
- %endif
181
-
182
178
%description -n mysql-connector-python3%{?product_suffix }
183
179
MySQL Connector/Python enables Python programs to access MySQL
184
180
databases, using an API that is compliant with the Python DB API
Original file line number Diff line number Diff line change @@ -117,6 +117,10 @@ BuildRequires: python38-setuptools
117
117
BuildRequires: python38-rpm-macros
118
118
%endif
119
119
120
+ %if 0%{?fedora }
121
+ %global __requires_exclude .*protobuf.*
122
+ %endif
123
+
120
124
%description
121
125
MySQL Connector/Python enables Python programs to access MySQL
122
126
databases, using an API that is compliant with the Python DB API
You can’t perform that action at this time.
0 commit comments