We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77f27e commit 5b0bfceCopy full SHA for 5b0bfce
mysqlx-connector-python/cpydist/data/rpm/mysql-connector-python.spec
@@ -162,7 +162,7 @@ rm -rf %{buildroot}
162
cd mysqlx-connector-python
163
%{__python3} setup.py ${COMMON_INSTALL_ARGS} \
164
--extra-compile-args="${EXTRA_COMPILE_ARGS}" \
165
- --extra-link-args="${EXTRA_LINK_ARGS}"
+ --extra-link-args="${EXTRA_LINK_ARGS}" %{?byte_code_only}
166
%{?scl:EOF}
167
168
sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-*.egg-info/requires.txt
0 commit comments