File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 26
26
import sys
27
27
import shutil
28
28
import os
29
- import pkg_resources
30
29
31
30
import click
32
31
import semantic_version
@@ -1136,19 +1135,6 @@ def _get_installed_pip_packages(python_exe_path):
1136
1135
)
1137
1136
)
1138
1137
1139
- # A special "esp-windows-curses" python package is required on Windows
1140
- # for Menuconfig on IDF <5
1141
- if not IDF5 and "esp-windows-curses" not in {
1142
- pkg .key for pkg in pkg_resources .working_set
1143
- }:
1144
- env .Execute (
1145
- env .VerboseAction (
1146
- '"%s" -m pip install "file://%s/tools/kconfig_new/esp-windows-curses"'
1147
- % (python_exe_path , FRAMEWORK_DIR ),
1148
- "Installing windows-curses package" ,
1149
- )
1150
- )
1151
-
1152
1138
def get_idf_venv_dir ():
1153
1139
# The name of the IDF venv contains the IDF version to avoid possible conflicts and
1154
1140
# unnecessary reinstallation of Python dependencies in cases when Arduino
You can’t perform that action at this time.
0 commit comments