diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-10-05 21:14:24 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-10-05 22:06:43 +0200 |
| commit | 21b4c1e3b6e2867b9a0788d21a358f6b1f581d86 (patch) | |
| tree | d34aac6dae345a641d80de46bc962088d5b07b8e /menuconfig.py | |
| parent | bc6345d7fee1a7200bef5d717d1b2d00264d9e01 (diff) | |
Do not automatically install windows-curses on Windows
It breaks installation with pip on MSYS2, and Kconfiglib can still be
useful without the terminal menuconfig.
Unfortunately, MSYS2 seems tricky to identify via environment markers
(https://www.python.org/dev/peps/pep-0508/#environment-markers).
This has breakage/annoyance potential, as windows-curses now needs to be
installed manually. The major Kconfiglib version will be increased.
Sorry if this change caused problems!
Fixes: #77
Diffstat (limited to 'menuconfig.py')
| -rwxr-xr-x | menuconfig.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/menuconfig.py b/menuconfig.py index 4815c7f..58175c3 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -174,12 +174,11 @@ Other features Limitations =========== -Doesn't work out of the box on Windows, but can be made to work with 'pip -install windows-curses'. See the -https://github.com/zephyrproject-rtos/windows-curses repository. +Doesn't work out of the box on Windows, but can be made to work with -'pip install kconfiglib' on Windows automatically installs windows-curses -to make the menuconfig usable. + pip install windows-curses + +See the https://github.com/zephyrproject-rtos/windows-curses repository. """ from __future__ import print_function |
