Skip to content

Commit 99f6ca3

Browse files
committed
BUG#37848073: Installation of mysqlx-python-9.3.0 package fails in EL10 due to protobuf-4.25.3 dependency
1 parent 5e47983 commit 99f6ca3

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
@@ -166,6 +166,9 @@ cd mysqlx-connector-python
166166
%{?scl:EOF}
167167
168168
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
169172
170173
%files -n mysqlx-connector-python3%{?product_suffix}
171174
%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)