[Checkins] SVN: zope.app.broken/trunk/ reverted r95431, zope.app.appsetup unfortunately is not just a testing dependency.

Wolfgang Schnerring wosc at wosc.de
Wed Feb 4 03:09:40 EST 2009


Log message for revision 96059:
  reverted r95431, zope.app.appsetup unfortunately is not just a testing dependency.
  

Changed:
  U   zope.app.broken/trunk/CHANGES.txt
  U   zope.app.broken/trunk/setup.py

-=-
Modified: zope.app.broken/trunk/CHANGES.txt
===================================================================
--- zope.app.broken/trunk/CHANGES.txt	2009-02-04 02:24:47 UTC (rev 96058)
+++ zope.app.broken/trunk/CHANGES.txt	2009-02-04 08:09:40 UTC (rev 96059)
@@ -5,7 +5,7 @@
 3.4.1 (unreleased)
 ------------------
 
-- Changed zope.app.appsetup to a test-only dependency.
+- 
 
 3.4.0 (2007-10-11)
 ------------------

Modified: zope.app.broken/trunk/setup.py
===================================================================
--- zope.app.broken/trunk/setup.py	2009-02-04 02:24:47 UTC (rev 96058)
+++ zope.app.broken/trunk/setup.py	2009-02-04 08:09:40 UTC (rev 96059)
@@ -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,



More information about the Checkins mailing list