[Zope3-checkins] Re: [Checkins] SVN: z3c.authentication/trunk/setup.py Commented out zope.app dependency which is unavailable

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jun 29 08:52:59 EDT 2007


On Friday 29 June 2007 07:56, Darryl Cousins wrote:
> Modified: z3c.authentication/trunk/setup.py
> ===================================================================
> --- z3c.authentication/trunk/setup.py   2007-06-29 11:51:08 UTC (rev 77236)
> +++ z3c.authentication/trunk/setup.py   2007-06-29 11:55:59 UTC (rev 77237)
> @@ -23,7 +23,7 @@
>            'zope.interface',
>            'zope.publisher',
>            'zope.schema',
> -          'zope.app', # for zope.app.pagetemplate
> +#          'zope.app', # for zope.app.pagetemplate
>            'zope.app.container',
>            'z3c.i18n',
>            ],

You can now actually make "zope.app.pagetemplate" the required package, since 
it exists.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-Checkins mailing list