##// END OF EJS Templates
Remove PyReadline as a install requirement on Windows
cgohlke -
Show More
@@ -285,9 +285,7 b' install_requires = []'
285 if sys.platform == 'darwin':
285 if sys.platform == 'darwin':
286 if any(arg.startswith('bdist') for arg in sys.argv) or not setupext.check_for_readline():
286 if any(arg.startswith('bdist') for arg in sys.argv) or not setupext.check_for_readline():
287 install_requires.append('gnureadline')
287 install_requires.append('gnureadline')
288 elif sys.platform.startswith('win'):
288
289 # Pyreadline has unicode and Python 3 fixes in 2.0
290 install_requires.append('pyreadline>=2.0')
291
289
292 if 'setuptools' in sys.modules:
290 if 'setuptools' in sys.modules:
293 # setup.py develop should check for submodules
291 # setup.py develop should check for submodules
General Comments 0
You need to be logged in to leave comments. Login now