Felix Almeida - 2012-03-28

To fix this I edited the "setup.py" file and changed line 114 from:
'requires': 'Python (>2.2.1)',
to:
'requires': ['Python (>2.2.1)'],