mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix: skip install dbus-python on windows
This commit is contained in:
parent
566af729c5
commit
34e04e39bb
@ -6,5 +6,5 @@ scapy
|
||||
websocket-client
|
||||
netifaces
|
||||
rangehttpserver
|
||||
dbus-python
|
||||
dbus-python; sys_platform != 'win32'
|
||||
protobuf
|
||||
|
Loading…
Reference in New Issue
Block a user