Skip to content

Commit d2103ad

Browse files
committed
WL#17048: Remove Python 3.9 support (fix build issues)
Change-Id: I4b5800c27571d0e860312fd0139d519b35fc1d96
1 parent 5bab6c6 commit d2103ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ cd mysqlx-connector-python
163163
%{?scl:EOF}
164164
165165
sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-*.egg-info/requires.txt
166-
%if 0%{?rhel} == 10
166+
%if 0%{?rhel} > 8
167167
sed -i -e '/Requires-Dist: protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-*.egg-info/PKG-INFO
168168
%endif
169169

0 commit comments

Comments
 (0)