forked from pool/python-zope.component
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:
committed by
Git OBS Bridge
parent
6093d75765
commit
d3b05cd336
@@ -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
|
||||
|
||||
|
||||
@@ -32,7 +32,8 @@ Requires: python-zope.interface >= 3.8.0
|
||||
Requires: python-zope.event
|
||||
# Testing requirements:
|
||||
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.configuration
|
||||
BuildRequires: python-zope.hookable
|
||||
@@ -82,8 +83,10 @@ PYTHONPATH=$(pwd)/build/lib python setup.py build_sphinx && rm build/sphinx/html
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%check
|
||||
PYTHONPATH=$(pwd)/src python setup.py test
|
||||
# cannot enable testing by default, until the circular dependency with
|
||||
# python-zope.security isn't resolved properly
|
||||
#%%check
|
||||
#PYTHONPATH=$(pwd)/src python setup.py test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
Reference in New Issue
Block a user