Miro Hrončok 6 years ago
parent 1b6b81a1a3
commit 652bfda805

@ -154,11 +154,9 @@ chmod -x examples/pubsub/topics_sub.py
%build %build
CFLAGS="%{optflags}" %{__python2} setup.py build_ext --inplace
%py2_build %py2_build
%if 0%{?with_python3} %if 0%{?with_python3}
CFLAGS="%{optflags}" %{__python3} setup.py build_ext --inplace
%py3_build %py3_build
%endif # with_python3 %endif # with_python3

Loading…
Cancel
Save