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