14
0

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:
Denisart Benjamin
2013-11-01 10:08:58 +00:00
committed by Git OBS Bridge
parent e2daa8e9f8
commit 05b82a1433
2 changed files with 8 additions and 0 deletions

View File

@@ -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,-)