Skip to content

Commit ca251cf

Browse files
apoovermoscpache
authored andcommitted
BUG#37848073: Installation of mysqlx-python-9.3.0 package fails in EL10 due to protobuf-4.25.3 dependency
1 parent 00027e5 commit ca251cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ cd mysqlx-connector-python
167167
%{?scl:EOF}
168168
169169
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
170173
171174
%files -n mysqlx-connector-python3%{?product_suffix}
172175
%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

Comments
 (0)