Changeset a30426 in indico


Ignore:
Timestamp:
02/15/10 14:45:45 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
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, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
Children:
17a4cb
Parents:
d944d0
Message:

[FIX] Forcing the installation of ZODB3 3.8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    rfcb742 ra30426  
    116116    These are the ones needed for runtime.''' 
    117117 
    118     base =  ['pytz', 'zodb3', 'zope.index', 'zope.interface', 'simplejson', 'cds-indico-extras'] 
     118    base =  ['pytz', 'zodb3==3.8', '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.