Hi there
I try to rebuild a Plone version 3-Site. using buildout.
After totally circumventing bin/buildout and calling zc.buildout directly, I am "nearly" there, I hope.
I now get some errors like:
Installing instance.
Version and requirements information containing products.archetypes:
[versions] constraint on products.archetypes: 1.5.13
Requirement of Products.PloneFormGen: Products.Archetypes>=1.7.14
Requirement of Products.LinguaPlone: Products.Archetypes
Requirement of Plone==3.3.2: Products.Archetypes
Requirement of plone.app.referenceablebehavior: Products.Archetypes
Requirement of plone.contentratings: Products.Archetypes
While:
Installing instance.
Error: The requirement ('Products.Archetypes>=1.7.14') is not allowed by your [versions] constraint (1.5.13)
in the values I get from plones versions.cfg
iI would like to adapt the following values::
setuptools = 0.6c11
Products.ATContentTypes = 1.3.4
The setuptools-value I would like to ignore or have it set to a more actual version.
In the case ATContenttypes I would like to edit the buildout.cfg with older modules that are happy with the ATContentTypes V3.3 uses.
I tried to do something like this:
eggs =
Plone
Products.PloneFormGen = 1.66
But this fails.
I would be thankful for your help.
Robert
But this fails.
I would be thankful for your help.
Robert