File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1238,16 +1238,16 @@ def _get_installed_pip_packages(python_exe_path):
1238
1238
)
1239
1239
)
1240
1240
1241
- # A special "esp-windows-curses" python package is required on Windows
1242
- # for Menuconfig on IDF <5
1243
- if not IDF5 and "esp-windows-curses" not in installed_packages :
1244
- env .Execute (
1245
- env .VerboseAction (
1246
- '"%s" -m pip install "file://%s/tools/kconfig_new/esp-windows-curses"'
1247
- % (python_exe_path , FRAMEWORK_DIR ),
1248
- "Installing windows-curses package" ,
1249
- )
1250
- )
1241
+ # # A special "esp-windows-curses" python package is required on Windows
1242
+ # # for Menuconfig on IDF <5
1243
+ # if not IDF5 and "esp-windows-curses" not in installed_packages:
1244
+ # env.Execute(
1245
+ # env.VerboseAction(
1246
+ # '"%s" -m pip install "file://%s/tools/kconfig_new/esp-windows-curses"'
1247
+ # % (python_exe_path, FRAMEWORK_DIR),
1248
+ # "Installing windows-curses package",
1249
+ # )
1250
+ # )
1251
1251
1252
1252
1253
1253
def get_idf_venv_dir ():
You can’t perform that action at this time.
0 commit comments