Skip to content

Commit

Permalink
Added missing 'byte_code_only' option to the mysqlx RPM spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
kboortz committed Sep 14, 2024
1 parent e77f27e commit 5b0bfce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ rm -rf %{buildroot}
cd mysqlx-connector-python
%{__python3} setup.py ${COMMON_INSTALL_ARGS} \
--extra-compile-args="${EXTRA_COMPILE_ARGS}" \
--extra-link-args="${EXTRA_LINK_ARGS}"
--extra-link-args="${EXTRA_LINK_ARGS}" %{?byte_code_only}
%{?scl:EOF}
sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-*.egg-info/requires.txt
Expand Down

0 comments on commit 5b0bfce

Please sign in to comment.