Skip to content

Commit

Permalink
Get rid of zope.app.pagetemplate dependency. Also rely more on transi…
Browse files Browse the repository at this point in the history
…tive

dependencies on things in grokcore.*.
  • Loading branch information
faassen committed Apr 27, 2010
1 parent 8044de1 commit d069213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions setup.py
Expand Up @@ -61,13 +61,11 @@ def read(*rnames):
'zope.annotation',
'zope.app.appsetup',
'zope.app.http',
'zope.app.pagetemplate',
'zope.app.publication',
'zope.browserpage',
'zope.catalog',
'zope.component',
'zope.container',
'zope.contentprovider',
'zope.copypastemove',
'zope.dottedname',
'zope.event',
Expand All @@ -92,7 +90,6 @@ def read(*rnames):
'zope.site',
'zope.size',
'zope.traversing',
'zope.viewlet',
],
tests_require=tests_require,
extras_require={'test': tests_require},
Expand Down
6 changes: 3 additions & 3 deletions src/grok/configure.zcml
Expand Up @@ -41,11 +41,11 @@
<include package="zope.traversing" />
<include package="zope.traversing.browser" />

<include package="grokcore.view" />
<include package="grokcore.viewlet" />
<include package="grokcore.formlib" />
<include package="grokcore.annotation" />
<include package="grokcore.formlib" />
<include package="grokcore.site" />
<include package="grokcore.view" />
<include package="grokcore.viewlet" />

<securityPolicy
component="zope.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
Expand Down

0 comments on commit d069213

Please sign in to comment.