#2 — plone.keyring version conflict in Plone 3.1.1 buildout

by David Bain last modified May 29, 2011 10:36 AM
State Resolved
Version: 1.4
Area Functionality
Issue type Bug
Severity Medium
Submitted by David Bain
Submitted on May 04, 2008
Responsible Martijn Pieters
Target release:
When running bin/buildout, I get the following output::

 Installing instance.
 While:
   Installing instance.
 Error: There is a version conflict.
 We already have: plone.keyring 1.0
 but collective.captcha 1.4 requires 'plone.keyring>1.0'.

Steps to reproduce:
1. added collective.captcha to your buildout.cfg

2. set plone version to Plone 3.1.1

3. run bin/buildout

As a workaround I "pinned" the collective.captcha egg to be less than 1.4 and it worked fine::

 eggs =
    collective.captcha<1.4
    
Added by Martijn Pieters on May 29, 2011 10:36 AM
Issue state: UnconfirmedResolved
Responsible manager: (UNASSIGNED)mj
As stated in the documentation, collective.captcha requires plone.keyring 1.1 or up.

Simply pin plone.keyring to 1.1 and you can use collective.captcha versions 1.4, 1.5 and 1.6.

No responses can be added.