kconfiglib from pypi not needed

This commit is contained in:
Jason2866
2025-02-25 16:27:14 +01:00
committed by GitHub
parent 81779804b5
commit 00628a99cf
-1
View File
@@ -1533,7 +1533,6 @@ def install_python_deps():
"cryptography": "~=41.0.1", "cryptography": "~=41.0.1",
"future": ">=0.18.3", "future": ">=0.18.3",
"pyparsing": ">=3.1.0,<4", "pyparsing": ">=3.1.0,<4",
"kconfiglib": "~=14.1.0",
"idf-component-manager": "~=2.0.1", "idf-component-manager": "~=2.0.1",
"esp-idf-kconfig": ">=2.5.0" "esp-idf-kconfig": ">=2.5.0"
} }