Skip to content

Commit dd786c4

Browse files
authored
Fix build
1 parent ab4a415 commit dd786c4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

builder/frameworks/espidf.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import sys
2727
import shutil
2828
import os
29-
import pkg_resources
3029

3130
import click
3231
import semantic_version
@@ -1136,19 +1135,6 @@ def _get_installed_pip_packages(python_exe_path):
11361135
)
11371136
)
11381137

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-
11521138
def get_idf_venv_dir():
11531139
# The name of the IDF venv contains the IDF version to avoid possible conflicts and
11541140
# unnecessary reinstallation of Python dependencies in cases when Arduino

0 commit comments

Comments
 (0)