> I think it's problem is related with a setup.py that explictly require a > version requirement (foo>=1.0 in install_requires) incompatible with the > requirement produced by the buildout.cfg's version pin (eg: > [versions]\nfoo = 0.5). > zc.recipe.egg raise a VersionConflictError on this case (or something > similar, don't remember well). >
PloneSoftwareCenter setup.py does not explicitly state a version for ArchAddOn. My issue may in fact be much simpler than I initially thought. The error message I receive is "We have no distributions for Products.ArchAddOn that satisfies 'Products.ArchAddOn==1.5'". This means that pypi has no such version even though http://pypi.python.org/pypi/Products.ArchAddOn/ lists it in the changelog. Of course the changelog is just a piece of text. So I should probably ask the maintainer (Alex or kteague) to make an older release. Hedley _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
