Tools: Install dbus-python on Linux only

This commit is contained in:
Roland Dobai 2022-09-12 14:26:59 +02:00
parent 829340d654
commit 116c5980c2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -17,7 +17,7 @@ pygdbmi
# ble
future
dbus-python; sys_platform != 'win32'
dbus-python; sys_platform == 'linux'
pygobject; sys_platform != 'win32'
# iperf_test_util