Changeset 202

Show
Ignore:
Timestamp:
06/03/11 10:12:11 (12 months ago)
Author:
andrea
Message:

- ritolti: non viene rispettato l'ordine di installazione.

quindi installa prima biopython, e poi chiede di installare numpy
creando problemi per jenkins. Verranno inseriti tra le egg del buildout

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plone4bio.base/trunk/setup.py

    r201 r202  
    3434          # -*- Extra requirements: -*- 
    3535          'collective.js.jqueryui', 
    36           'numpy', 
    37           'biopython', 
     36          ##moved to the buildout eggs.  
     37          #'numpy', 
     38          #'biopython', 
    3839      ], 
    3940      entry_points="""