which is useless now. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=35
16 lines
564 B
Diff
16 lines
564 B
Diff
---
|
|
setup.py | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -68,8 +68,6 @@ EXTRAS_REQUIRE = {
|
|
":sys_platform=='win32'": ['pyreadline'],
|
|
# POSIX OSes also require wcwidth for correctly estimating the displayed width of unicode chars
|
|
":sys_platform!='win32'": ['wcwidth'],
|
|
- # Python 3.4 and earlier require contextlib2 for temporarily redirecting stderr and stdout
|
|
- ":python_version<'3.5'": ['contextlib2', 'typing'],
|
|
# development only dependencies
|
|
# install with 'pip install -e .[dev]'
|
|
'dev': [
|