Changeset 91d2ae in indico


Ignore:
Timestamp:
02/18/10 11:09:50 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
8b1769
Parents:
539477
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (02/18/10 11:08:36)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (02/18/10 11:09:50)
Message:

[FIX] DB version in setup.py

  • ZODB3==3.8 seems to be interpreted as ZODB==3.8.0;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    ra30426 r91d2ae  
    116116    These are the ones needed for runtime.''' 
    117117 
    118     base =  ['pytz', 'zodb3==3.8', 'zope.index', 'zope.interface', 'simplejson', 'cds-indico-extras'] 
     118    base =  ['pytz', 'ZODB3>=3.8,<3.9.0a', 'zope.index', 'zope.interface', 'simplejson', 'cds-indico-extras'] 
    119119    if sys.version_info[1] < 5: # hashlib is part of Python 2.5+ 
    120120        base.append('hashlib') 
Note: See TracChangeset for help on using the changeset viewer.