Accepting request 205520 from devel:languages:python

fix build for Factory (forwarded request 205519 from posophe)

OBS-URL: https://build.opensuse.org/request/show/205520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.testing?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2013-11-04 15:21:01 +00:00 committed by Git OBS Bridge
commit f9d6d75eb3
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 1 10:08:16 UTC 2013 - p.drouand@gmail.com
- Disable tests; fix build for Factory
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 24 11:18:01 UTC 2013 - speilicke@suse.com Thu Oct 24 11:18:01 UTC 2013 - speilicke@suse.com

View File

@ -98,8 +98,11 @@ python setup.py build
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# Tests fail with openSUSE Factory
%if 0%{?suse_version} <= 1310
%check %check
python setup.py test python setup.py test
%endif
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)