[Checkins] SVN: z3c.layer.minimal/trunk/ Added missing dependency on ``zope.app.exception``.

Michael Howitz mh at gocept.com
Fri Jun 19 15:08:22 EDT 2009


Log message for revision 101145:
  Added missing dependency on ``zope.app.exception``.
  

Changed:
  U   z3c.layer.minimal/trunk/CHANGES.txt
  U   z3c.layer.minimal/trunk/setup.py

-=-
Modified: z3c.layer.minimal/trunk/CHANGES.txt
===================================================================
--- z3c.layer.minimal/trunk/CHANGES.txt	2009-06-19 18:58:28 UTC (rev 101144)
+++ z3c.layer.minimal/trunk/CHANGES.txt	2009-06-19 19:08:22 UTC (rev 101145)
@@ -7,7 +7,9 @@
 
 - Remove the zcml slug file and the SETUP.cfg file for zpkg.
 
+- Added missing dependency on ``zope.app.exception``.
 
+
 1.2.0 (2009-02-21)
 ------------------
 

Modified: z3c.layer.minimal/trunk/setup.py
===================================================================
--- z3c.layer.minimal/trunk/setup.py	2009-06-19 18:58:28 UTC (rev 101144)
+++ z3c.layer.minimal/trunk/setup.py	2009-06-19 19:08:22 UTC (rev 101145)
@@ -71,6 +71,7 @@
         'zope.app.publisher',
         'zope.configuration',
         'zope.traversing',
+        'zope.app.exception',
         ],
     zip_safe = False,
 )



More information about the Checkins mailing list