mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0b4ded7043
This is a follow-up of a816dfbfc3
with
additional check.
Related to https://github.com/espressif/esp-idf/issues/10116
6 lines
264 B
Plaintext
6 lines
264 B
Plaintext
# Python package requirements for gdbgui support ESP-IDF.
|
|
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-gdbgui"
|
|
|
|
# gdbgui is not supported on Python 3.11. See https://github.com/cs01/gdbgui/issues/447
|
|
gdbgui; python_version < "3.11"
|