[Checkins] SVN: grok/trunk/setup.py Make zope.location an explicit dependency since we import it in grok.

Philipp von Weitershausen philikon at philikon.de
Fri May 16 14:57:16 EDT 2008


Log message for revision 86801:
  Make zope.location an explicit dependency since we import it in grok.
  Just because it worked because it's a second- or third-degree dependency
  doesn't mean we don't have to specify it explicitly...
  

Changed:
  U   grok/trunk/setup.py

-=-
Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2008-05-16 18:55:51 UTC (rev 86800)
+++ grok/trunk/setup.py	2008-05-16 18:57:16 UTC (rev 86801)
@@ -70,6 +70,7 @@
                       'zope.i18nmessageid',
                       'zope.interface',
                       'zope.lifecycleevent',
+                      'zope.location',
                       'zope.pagetemplate',
                       'zope.proxy',
                       'zope.publisher',



More information about the Checkins mailing list