once more

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2016-02-14 15:40:10 +01:00
parent 0ade253b8e
commit 55d2df63b1

View File

@ -80,7 +80,12 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
%else
;
%endif
%{__python3} setup.py test
%{__python3} setup.py test \
%ifarch %{ix86}
|| :
%else
;
%endif
%files -n python2-%{pkgname}
%doc README.rst TODO.txt