See
https://bitbucket.org/pypa/setuptools/issues/464/typeerror-in-install_wrapper_scripts
Signed-off-by: Zack Cerza <zack@redhat.com>
./virtualenv/bin/pip install --upgrade pip
# work-around change in pip 1.5
- ./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade
+ ./virtualenv/bin/pip install 'setuptools<18.6' --no-use-wheel --upgrade
fi
./virtualenv/bin/pip install --upgrade -r requirements.txt
'Topic :: System :: Distributed Computing',
'Topic :: System :: Filesystems',
],
- install_requires=['setuptools',
+ install_requires=['setuptools < 18.6',
'gevent == 0.13.6', # 0.14 switches to libev, that means bootstrap needs to change too
'MySQL-python == 1.2.3',
'PyYAML',