Skip to content

Commit 2803a2a

Browse files
committed
Update python deps for legacy IDF
1 parent 3842981 commit 2803a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,7 @@ def _get_installed_pip_packages(python_exe_path):
12881288
if not IDF5:
12891289
deps["kconfiglib"] = "~=13.7.1"
12901290
deps["future"] = ">=0.18.3"
1291+
deps["esp-idf-kconfig"] = ">=1.4.2,<2.0.0"
12911292

12921293
if sys_platform.system() == "Darwin" and "arm" in sys_platform.machine().lower():
12931294
deps["chardet"] = ">=3.0.2,<4"

0 commit comments

Comments
 (0)