summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index 7e9ede4..e5dbbb9 100644
--- a/setup.py
+++ b/setup.py
@@ -61,12 +61,8 @@ setuptools.setup(
)
},
- # The terminal menuconfig implementation uses the standard Python 'curses'
- # module. The windows-curses package makes it available on Windows. See
- # https://github.com/zephyrproject-rtos/windows-curses.
- install_requires=(
- 'windows-curses; sys_platform == "win32"',
- ),
+ # Note: windows-curses is not automatically installed on Windows anymore,
+ # because it made Kconfiglib impossible to install on MSYS2 with pip
# Needs support for unnumbered {} in format() and argparse
python_requires=">=2.7,!=3.0.*,!=3.1.*",