Accepting request 205519 from home:posophe:branches:devel:languages:python
fix build for Factory OBS-URL: https://build.opensuse.org/request/show/205519 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testing?expand=0&rev=5
This commit is contained in:
parent
e2daa8e9f8
commit
05b82a1433
@ -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
|
||||
|
||||
|
@ -98,8 +98,11 @@ python setup.py build
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
# Tests fail with openSUSE Factory
|
||||
%if 0%{?suse_version} <= 1310
|
||||
%check
|
||||
python setup.py test
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user