Merge branch 'fix/tools_gdbgui_requirement' into 'master'

Tools: gdbgui is not supported on Python 3.11

See merge request espressif/esp-idf!21572
This commit is contained in:
Roland Dobai
2022-12-14 16:46:12 +08:00

View File

@@ -1,4 +1,5 @@
# Python package requirements for gdbgui support ESP-IDF.
# 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"