forked from pool/python-Pillow
Accepting request 397405 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/397405 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pillow?expand=0&rev=22
This commit is contained in:
commit
e4ae25ec0c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 00:16:32 CEST 2016 - ro@suse.de
|
||||||
|
|
||||||
|
- ignore make check errors on all bigendian archs
|
||||||
|
(adding ppc s390 s390x)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 13 20:32:48 UTC 2016 - dmueller@suse.com
|
Sun Mar 13 20:32:48 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ done
|
|||||||
echo "PIL" > %{buildroot}%{python_sitearch}/PIL.pth
|
echo "PIL" > %{buildroot}%{python_sitearch}/PIL.pth
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%ifarch ppc64
|
%ifarch ppc ppc64 s390 s390x
|
||||||
PYTHONPATH=%{buildroot}/%{python_sitearch} python selftest.py --installed || \
|
PYTHONPATH=%{buildroot}/%{python_sitearch} python selftest.py --installed || \
|
||||||
echo "WARNING ignore failure https://github.com/python-pillow/Pillow/issues/1204"
|
echo "WARNING ignore failure https://github.com/python-pillow/Pillow/issues/1204"
|
||||||
PYTHONPATH=%{buildroot}/%{python_sitearch} python test-installed.py || \
|
PYTHONPATH=%{buildroot}/%{python_sitearch} python test-installed.py || \
|
||||||
|
Loading…
Reference in New Issue
Block a user