Changeset a30426 in indico
- Timestamp:
- 02/15/10 14:45:45 (3 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
rfcb742 ra30426 116 116 These are the ones needed for runtime.''' 117 117 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'] 119 119 if sys.version_info[1] < 5: # hashlib is part of Python 2.5+ 120 120 base.append('hashlib')
Note: See TracChangeset
for help on using the changeset viewer.
