Remove PyReadline as a install requirement on Windows

This commit is contained in:
cgohlke 2014-03-26 19:44:43 -07:00 committed by MinRK
parent 78ee21e533
commit b05806e553

View File

@ -285,9 +285,7 @@ install_requires = []
if sys.platform == 'darwin':
if any(arg.startswith('bdist') for arg in sys.argv) or not setupext.check_for_readline():
install_requires.append('gnureadline')
elif sys.platform.startswith('win'):
# Pyreadline has unicode and Python 3 fixes in 2.0
install_requires.append('pyreadline>=2.0')
if 'setuptools' in sys.modules:
# setup.py develop should check for submodules