[Checkins] SVN: zope.copypastemove/trunk/ Added zope.app.component to the test dependences.

Fabio Tranchitella kobold at kobold.it
Thu Aug 6 08:52:49 EDT 2009


Log message for revision 102522:
  Added zope.app.component to the test dependences.

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

-=-
Modified: zope.copypastemove/trunk/CHANGES.txt
===================================================================
--- zope.copypastemove/trunk/CHANGES.txt	2009-08-06 12:51:32 UTC (rev 102521)
+++ zope.copypastemove/trunk/CHANGES.txt	2009-08-06 12:52:49 UTC (rev 102522)
@@ -7,6 +7,8 @@
 
 - Fix documentation for the IObjectCopier.copyTo method.
 
+- Added missing dependency on zope.app.component.
+
 3.5.1 (2009-02-09)
 ------------------
 

Modified: zope.copypastemove/trunk/setup.py
===================================================================
--- zope.copypastemove/trunk/setup.py	2009-08-06 12:51:32 UTC (rev 102521)
+++ zope.copypastemove/trunk/setup.py	2009-08-06 12:52:49 UTC (rev 102522)
@@ -42,6 +42,7 @@
       namespace_packages=['zope',],
       extras_require=dict(
           test=['zope.app.testing',
+                'zope.app.component',
                 'zope.app.principalannotation']),
       install_requires=['setuptools',
                         'zope.annotation',



More information about the Checkins mailing list