Changeset 200 for plone4bio.base/trunk

Show
Ignore:
Timestamp:
05/25/11 15:46:45 (12 months ago)
Author:
andrea
Message:

- rimosse le dipendenze di biopython e numpy perche'

zc.buildout non trova numpy anche se installato e l'installazione si interrompe
in attesa di un decisione dell'utente. Questo crea problemi in jenkins

Files:
1 modified

Legend:

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

    r190 r200  
    3434          # -*- Extra requirements: -*- 
    3535          'collective.js.jqueryui', 
    36           'numpy', 
    37           'biopython', 
     36          ## - removed for zc.buildout/jenkins problems 
     37          #'numpy', 
     38          #'biopython', 
    3839      ], 
    3940      entry_points="""