mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
Tools: Install dbus-python on Linux only
This commit is contained in:
@ -14,5 +14,5 @@ scapy
|
||||
websocket-client
|
||||
netifaces
|
||||
rangehttpserver
|
||||
dbus-python; sys_platform != 'win32'
|
||||
dbus-python; sys_platform == 'linux'
|
||||
protobuf
|
||||
|
@ -17,7 +17,7 @@ pygdbmi
|
||||
|
||||
# ble
|
||||
future
|
||||
dbus-python; sys_platform != 'win32'
|
||||
dbus-python; sys_platform == 'linux'
|
||||
pygobject; sys_platform != 'win32'
|
||||
|
||||
# iperf_test_util
|
||||
|
Reference in New Issue
Block a user