[Checkins] SVN: zope.copypastemove/trunk/setup.py - fix dependency to zope.app

Christian Theune ct at gocept.com
Mon Feb 26 17:25:59 EST 2007


Log message for revision 72841:
   - fix dependency to zope.app
  

Changed:
  U   zope.copypastemove/trunk/setup.py

-=-
Modified: zope.copypastemove/trunk/setup.py
===================================================================
--- zope.copypastemove/trunk/setup.py	2007-02-26 22:21:00 UTC (rev 72840)
+++ zope.copypastemove/trunk/setup.py	2007-02-26 22:25:58 UTC (rev 72841)
@@ -33,9 +33,7 @@
       package_dir = {'': 'src'},
 
       namespace_packages=['zope',],
-      tests_require = ['zope.testing',
-                       'zope.app.component',
-                       'zope.app.principalannotation'],
+      tests_require = ['zope.testing'],
       install_requires=['zope.interface',
                         'zope.exceptions',
                         'zope.component',
@@ -43,7 +41,7 @@
                         'zope.location',
                         'zope.annotation',
                         'zope.lifecycleevent',
-                        'zope.app.container'],
+                        'zope.app'],
       include_package_data = True,
 
       zip_safe = False,



More information about the Checkins mailing list