14
0

Accepting request 185062 from home:frispete:python

Dear Sascha, thanks for accepting my packages, but unfortunately I 
had to change the way, the circular dependency of python-zope.component
with python-zope.security is handled. Since the latter depends much 
more on the former, I removed the dependency here.

- disable testing due to circular dependency with python-zope.security

OBS-URL: https://build.opensuse.org/request/show/185062
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.component?expand=0&rev=2
This commit is contained in:
Sascha Peilicke
2013-07-31 09:22:00 +00:00
committed by Git OBS Bridge
parent 6093d75765
commit d3b05cd336
2 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 31 08:57:22 UTC 2013 - hpj@urpla.net
- disable testing due to circular dependency with python-zope.security
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 29 21:43:49 UTC 2013 - hpj@urpla.net Mon Jul 29 21:43:49 UTC 2013 - hpj@urpla.net

View File

@@ -32,7 +32,8 @@ Requires: python-zope.interface >= 3.8.0
Requires: python-zope.event Requires: python-zope.event
# Testing requirements: # Testing requirements:
BuildRequires: python-zope.proxy BuildRequires: python-zope.proxy
BuildRequires: python-zope.security #TODO: fix circular dependency with python-zope.security
#BuildRequires: python-zope.security
BuildRequires: python-zope.testing BuildRequires: python-zope.testing
BuildRequires: python-zope.configuration BuildRequires: python-zope.configuration
BuildRequires: python-zope.hookable BuildRequires: python-zope.hookable
@@ -82,8 +83,10 @@ PYTHONPATH=$(pwd)/build/lib python setup.py build_sphinx && rm build/sphinx/html
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check # cannot enable testing by default, until the circular dependency with
PYTHONPATH=$(pwd)/src python setup.py test # python-zope.security isn't resolved properly
#%%check
#PYTHONPATH=$(pwd)/src python setup.py test
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)