From 0c41149b9b120a90ea5ee70779095d429650f71a Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Mon, 12 Sep 2022 14:26:59 +0200 Subject: [PATCH] Tools: Install dbus-python on Linux only --- tools/requirements/requirements.pytest.txt | 2 +- tools/requirements/requirements.ttfw.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/requirements/requirements.pytest.txt b/tools/requirements/requirements.pytest.txt index fb84dc624f..5e7e2cd746 100644 --- a/tools/requirements/requirements.pytest.txt +++ b/tools/requirements/requirements.pytest.txt @@ -14,5 +14,5 @@ scapy websocket-client netifaces rangehttpserver -dbus-python; sys_platform != 'win32' +dbus-python; sys_platform == 'linux' protobuf diff --git a/tools/requirements/requirements.ttfw.txt b/tools/requirements/requirements.ttfw.txt index e100531d57..6203f1dfc2 100644 --- a/tools/requirements/requirements.ttfw.txt +++ b/tools/requirements/requirements.ttfw.txt @@ -17,7 +17,7 @@ pygdbmi # ble future -dbus-python; sys_platform != 'win32' +dbus-python; sys_platform == 'linux' pygobject; sys_platform != 'win32' # iperf_test_util