[Distutils] Building an egg from Subversion using zc.buildout
Ian Bicking
ianb at colorstudy.com
Thu Feb 1 22:34:07 CET 2007
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 | ianb at colorstudy.com | http://blog.ianbicking.org
More information about the Distutils-SIG
mailing list