[Checkins] SVN: zope.app.broken/trunk/setup.py zope.app.appsetup is only a test dependency

Michael Howitz mh at gocept.com
Tue Feb 3 14:20:07 EST 2009


Am 29.01.2009 um 14:37 schrieb Wolfgang Schnerring:
> Log message for revision 95431:
>  zope.app.appsetup is only a test dependency
>
>
> Changed:
>  U   zope.app.broken/trunk/setup.py
>
> -=-
> Modified: zope.app.broken/trunk/setup.py
> ===================================================================
> --- zope.app.broken/trunk/setup.py	2009-01-29 13:37:06 UTC (rev 95430)
> +++ zope.app.broken/trunk/setup.py	2009-01-29 13:37:36 UTC (rev 95431)
> @@ -47,12 +47,12 @@
>       packages=find_packages('src'),
>       package_dir = {'': 'src'},
>       namespace_packages=['zope', 'zope.app'],
> +      extras_require=dict(test=['zope.app.appsetup']),
>       install_requires=['setuptools',
>                         'zope.interface',
>                         'zope.location',
>                         'zope.security',
>                         'zope.annotation',
> -                        'zope.app.appsetup',
>                         'ZODB3'],
>       include_package_data = True,
>       zip_safe = False,


Why did you move zope.app.appsetup to the test-extra? Besides in the  
test it is also used in configure.zcml. So I think it should be  
declared in the install requirements.

Yours sincerely,
-- 
Michael Howitz · mh at gocept.com · software developer
gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1
Zope and Plone consulting and development



More information about the Checkins mailing list