[Checkins] SVN: z3c.breadcrumb/trunk/ - Added needed but not declated test dependency on ``zope.app.container``.

Michael Howitz mh at gocept.com
Sun Dec 12 11:08:37 EST 2010


Log message for revision 118828:
  - Added needed but not declated test dependency on ``zope.app.container``.
  
  

Changed:
  U   z3c.breadcrumb/trunk/CHANGES.txt
  U   z3c.breadcrumb/trunk/setup.py

-=-
Modified: z3c.breadcrumb/trunk/CHANGES.txt
===================================================================
--- z3c.breadcrumb/trunk/CHANGES.txt	2010-12-12 16:04:59 UTC (rev 118827)
+++ z3c.breadcrumb/trunk/CHANGES.txt	2010-12-12 16:08:37 UTC (rev 118828)
@@ -2,11 +2,12 @@
 CHANGES
 =======
 
-1.1.0 (unreleased)
+1.2.0 (unreleased)
 ------------------
 
-- ...
+- Added needed but not declated test dependency on ``zope.app.container``.
 
+
 1.1.0 (2009-05-29)
 ------------------
 

Modified: z3c.breadcrumb/trunk/setup.py
===================================================================
--- z3c.breadcrumb/trunk/setup.py	2010-12-12 16:04:59 UTC (rev 118827)
+++ z3c.breadcrumb/trunk/setup.py	2010-12-12 16:08:37 UTC (rev 118828)
@@ -55,7 +55,8 @@
     package_dir = {'':'src'},
     namespace_packages = ['z3c'],
     extras_require = dict(
-        test = ['zope.app.testing'],
+        test = ['zope.app.testing',
+                'zope.app.container'],
         ),
     install_requires = [
         'setuptools',



More information about the checkins mailing list