Changeset dea818 in indico


Ignore:
Timestamp:
12/16/09 14:23:24 (4 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:
a1b323e
Parents:
bbd65a
Message:

[FIXED] Added cds_indico_extras to easy_install

This will allow to install fonts ttf and more...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    rd00300 rdea818  
    115115    These are the ones needed for runtime.''' 
    116116 
    117     base =  ['pytz', 'zodb3', 'zope.index', 'zope.interface', 'simplejson'] 
     117    base =  ['pytz', 'zodb3', 'zope.index', 'zope.interface', 'simplejson', 'cds-indico-extras'] 
    118118    if sys.version_info[1] < 5: # hashlib is part of Python 2.5+ 
    119119        base.append('hashlib') 
     
    357357          package_data = {'indico': ['*.*'] }, 
    358358          include_package_data = True, 
     359          dependency_links = [ 
     360                              "http://cdsware/indico/download/cds_indico_extras-0.1-py2.6.egg" 
     361                              ], 
    359362          ) 
Note: See TracChangeset for help on using the changeset viewer.