Skip to content

Commit

Permalink
fix typo. include all dependencies to make it work with the current b…
Browse files Browse the repository at this point in the history
…uildout
  • Loading branch information
toutpt committed Feb 11, 2012
1 parent 6f4016c commit 39c6379
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def read(*names):
zip_safe=False,
install_requires=[
'setuptools',
'plone.uuid',
'plone.app.uuid',
# -*- Extra requirements: -*-
],
extras_require={'test': ['plone.app.testing', 'lxml']},
Expand Down
4 changes: 2 additions & 2 deletions src/aws/authrss/browser/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
/>

<!-- We override the plone.app.layout.links.viewlets.RSSViewlet -->

<include package="plone.app.layout"/>
<browser:viewlet
name="plone.links.RSS"
manager="plone.app.layout.viewlets.interfaces.IHtmlHeadLinks"
class=".viewlets.RSSViewlet"
class=".viewlets.AuthRSSLinkViewlet"
permission="zope2.View"
layer="aws.authrss.interfaces.IAuthRSSLayer"
/>
Expand Down
1 change: 1 addition & 0 deletions src/aws/authrss/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/>

<include package=".browser" />
<include package="plone.app.uuid" />


<genericsetup:registerProfile
Expand Down

0 comments on commit 39c6379

Please sign in to comment.