From d3b05cd3367fdf2d780c2c551cef3fa8aa999b1f9d283426b2772870cc25c230 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 31 Jul 2013 09:22:00 +0000 Subject: [PATCH] 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 --- python-zope.component.changes | 5 +++++ python-zope.component.spec | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/python-zope.component.changes b/python-zope.component.changes index 1339607..94c3925 100644 --- a/python-zope.component.changes +++ b/python-zope.component.changes @@ -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 diff --git a/python-zope.component.spec b/python-zope.component.spec index 8552228..8fd9dbb 100644 --- a/python-zope.component.spec +++ b/python-zope.component.spec @@ -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,-)