Martin Aspeli wrote:
> Is there something else I need to do to the svn repository 
> (http://svn.plone.org/svn/archetypes/archetypes.kss/trunk)? Or is this a 
> zc.buildout limitation?

I think this is an issue with indicating ways that you find a package 
(==dev), and the requirement you have (which might be, I dunno, >1.0). 
Setuptools/easy_install can find the package given ==dev, but once it's 
installed the thing that was just installed doesn't satisfy the 
requirement ==dev.  The typical way to deal with this is something like 
archetypes.kss==dev,>1.0.

-- 
Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to