mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Tools: Install dbus-python on Linux only
This commit is contained in:
parent
829340d654
commit
116c5980c2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user