fix: skip install dbus-python on windows

This commit is contained in:
Fu Hanxi 2022-06-08 10:11:43 +08:00
parent 566af729c5
commit 34e04e39bb

View File

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