Skip to content

Commit 5b0bfce

Browse files
committed
Added missing 'byte_code_only' option to the mysqlx RPM spec file
1 parent e77f27e commit 5b0bfce

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ rm -rf %{buildroot}
162162
cd mysqlx-connector-python
163163
%{__python3} setup.py ${COMMON_INSTALL_ARGS} \
164164
--extra-compile-args="${EXTRA_COMPILE_ARGS}" \
165-
--extra-link-args="${EXTRA_LINK_ARGS}"
165+
--extra-link-args="${EXTRA_LINK_ARGS}" %{?byte_code_only}
166166
%{?scl:EOF}
167167
168168
sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-*.egg-info/requires.txt

0 commit comments

Comments
 (0)