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 00027e5 commit ca251cfCopy full SHA for ca251cf
mysqlx-connector-python/cpydist/data/rpm/mysql-connector-python.spec
@@ -167,6 +167,9 @@ cd mysqlx-connector-python
167
%{?scl:EOF}
168
169
sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-*.egg-info/requires.txt
170
+%if 0%{?rhel} == 10
171
+sed -i -e '/Requires-Dist: protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-*.egg-info/PKG-INFO
172
+%endif
173
174
%files -n mysqlx-connector-python3%{?product_suffix}
175
%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