We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e47983 commit 99f6ca3Copy full SHA for 99f6ca3
mysqlx-connector-python/cpydist/data/rpm/mysql-connector-python.spec
@@ -166,6 +166,9 @@ cd mysqlx-connector-python
166
%{?scl:EOF}
167
168
sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-*.egg-info/requires.txt
169
+%if 0%{?rhel} == 10
170
+sed -i -e '/Requires-Dist: protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-*.egg-info/PKG-INFO
171
+%endif
172
173
%files -n mysqlx-connector-python3%{?product_suffix}
174
%doc LICENSE.txt CHANGES.txt README.txt README.rst CONTRIBUTING.md SECURITY.md mysqlx-connector-python/docs/INFO_SRC mysqlx-connector-python/docs/INFO_BIN
0 commit comments