Show More
@@ -670,9 +670,11 b' def get_bdist_wheel():' | |||
|
670 | 670 | if found: |
|
671 | 671 | lis.pop(idx) |
|
672 | 672 | |
|
673 | for pkg in ("gnureadline", "pyreadline", "mock"): | |
|
673 | for pkg in ("gnureadline", "pyreadline", "mock", "terminado"): | |
|
674 | 674 | _remove_startswith(requires, pkg) |
|
675 | 675 | requires.append("gnureadline; sys.platform == 'darwin' and platform.python_implementation == 'CPython'") |
|
676 | requires.append("terminado (>=0.3.3); extra == 'notebook' and sys.platform != 'win32'") | |
|
677 | requires.append("terminado (>=0.3.3); extra == 'all' and sys.platform != 'win32'") | |
|
676 | 678 | requires.append("pyreadline (>=2.0); extra == 'terminal' and sys.platform == 'win32' and platform.python_implementation == 'CPython'") |
|
677 | 679 | requires.append("pyreadline (>=2.0); extra == 'all' and sys.platform == 'win32' and platform.python_implementation == 'CPython'") |
|
678 | 680 | requires.append("mock; extra == 'test' and python_version < '3.3'") |
General Comments 0
You need to be logged in to leave comments.
Login now