[Checkins] SVN: grok/branches/0.12/setup.py Merged from trunk:

Philipp von Weitershausen philikon at philikon.de
Fri May 16 15:04:12 EDT 2008


Log message for revision 86804:
  Merged from trunk:
  
  ------------------------------------------------------------------------
  r86801 | philikon | 2008-05-16 20:57:16 +0200 (Fri, 16 May 2008) | 4 lines
  
  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/branches/0.12/setup.py

-=-
Modified: grok/branches/0.12/setup.py
===================================================================
--- grok/branches/0.12/setup.py	2008-05-16 19:03:13 UTC (rev 86803)
+++ grok/branches/0.12/setup.py	2008-05-16 19:04:12 UTC (rev 86804)
@@ -69,6 +69,7 @@
                       'zope.i18nmessageid',
                       'zope.interface',
                       'zope.lifecycleevent',
+                      'zope.location',
                       'zope.pagetemplate',
                       'zope.proxy',
                       'zope.publisher',



More information about the Checkins mailing list