Changeset dea818 in indico
- Timestamp:
- 12/16/09 14:23:24 (4 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:
- a1b323e
- Parents:
- bbd65a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
rd00300 rdea818 115 115 These are the ones needed for runtime.''' 116 116 117 base = ['pytz', 'zodb3', 'zope.index', 'zope.interface', 'simplejson' ]117 base = ['pytz', 'zodb3', 'zope.index', 'zope.interface', 'simplejson', 'cds-indico-extras'] 118 118 if sys.version_info[1] < 5: # hashlib is part of Python 2.5+ 119 119 base.append('hashlib') … … 357 357 package_data = {'indico': ['*.*'] }, 358 358 include_package_data = True, 359 dependency_links = [ 360 "http://cdsware/indico/download/cds_indico_extras-0.1-py2.6.egg" 361 ], 359 362 )
Note: See TracChangeset
for help on using the changeset viewer.
