[Checkins] SVN: z3c.rest/trunk/ - Added undeclared but necessary install dependency on `zope.app.http`.

Michael Howitz mh at gocept.com
Tue Oct 5 02:57:40 EDT 2010


Log message for revision 117232:
  - Added undeclared but necessary install dependency on `zope.app.http`.
  
  

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

-=-
Modified: z3c.rest/trunk/CHANGES.txt
===================================================================
--- z3c.rest/trunk/CHANGES.txt	2010-10-05 06:45:47 UTC (rev 117231)
+++ z3c.rest/trunk/CHANGES.txt	2010-10-05 06:57:40 UTC (rev 117232)
@@ -5,9 +5,8 @@
 0.3.1 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Added undeclared but necessary install dependency on `zope.app.http`.
 
-
 0.3.0 (2010-10-05)
 ------------------
 

Modified: z3c.rest/trunk/setup.py
===================================================================
--- z3c.rest/trunk/setup.py	2010-10-05 06:45:47 UTC (rev 117231)
+++ z3c.rest/trunk/setup.py	2010-10-05 06:57:40 UTC (rev 117232)
@@ -90,6 +90,7 @@
         'z3c.traverser>=0.2.2', # BasePluggableTraverser only available
                                 # in 0.2.2 and higher
         'zope.publisher',
+        'zope.app.http',
         ],
     zip_safe = False,
     )



More information about the checkins mailing list