Merge branch 'fix/python_dbus_linux_v5.0' into 'release/v5.0'

Tools: Install dbus-python on Linux only (v5.0)

See merge request espressif/esp-idf!20128
This commit is contained in:
Jiang Jiang Jian
2022-09-14 13:58:08 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,5 +14,5 @@ scapy
websocket-client
netifaces
rangehttpserver
dbus-python; sys_platform != 'win32'
dbus-python; sys_platform == 'linux'
protobuf

View File

@@ -17,7 +17,7 @@ pygdbmi
# ble
future
dbus-python; sys_platform != 'win32'
dbus-python; sys_platform == 'linux'
pygobject; sys_platform != 'win32'
# iperf_test_util