[Zope-dev] trying out the buildout-based Zope 2.12...
Yoshinori Okuji
yo at nexedi.com
Sat Mar 28 04:57:50 EDT 2009
On Saturday 28 March 2009 06:11:30 Chris Withers wrote:
> Andreas Jung wrote:
> > Stop with your approach right now until we have understood what's going
> > wrong. Working with a SVN checkout from the trunk works (as said).
>
> I'm interested in actually solving what's wrong ;-)
>
> This feels like buildout doing something wrong, at the very least. It
> has a hard-nailed version for zope.app.security and appears to be
> ignoring that...
I don't think zope.app.security is nailed down in your buildout.cfg, because
it is listed in extras_require in setup.py, so the version specification is
not taken into account, if you specify just "zope2". In fact, this works
well:
[buildout]
parts = zopetest
[zopetest]
recipe = zc.recipe.egg
interpreter = py
eggs =
zope2[zope_app]
I cannot say if this is a bug, since I don't know how zc.buildout is supposed
to deal with versions for extras.
Regards,
YO
--
Yoshinori Okuji, Nexedi KK President
Nexedi: Consulting and Development of Free / Open Source Software
http://www.nexedi.co.jp/
ERP5: Full Featured High End Open Source ERP
http://www.erp5.com/
ERP5 Wiki: Developer Zone for ERP5 Community
http://www.erp5.org/
More information about the Zope-Dev
mailing list