mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
Merge branch 'fix/tools_gdbgui_requirement_v5.0' into 'release/v5.0'
Tools: gdbgui is not supported on Python 3.11 (v5.0) See merge request espressif/esp-idf!21598
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# Python package requirements for gdbgui support ESP-IDF.
|
# Python package requirements for gdbgui support ESP-IDF.
|
||||||
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-gdbgui"
|
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-gdbgui"
|
||||||
|
|
||||||
gdbgui
|
# gdbgui is not supported on Python 3.11. See https://github.com/cs01/gdbgui/issues/447
|
||||||
|
gdbgui; python_version < "3.11"
|
||||||
|
Reference in New Issue
Block a user