mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
Merge branch 'fix/python_dbus_linux_v5.0' into 'release/v5.0'
Tools: Install dbus-python on Linux only (v5.0) See merge request espressif/esp-idf!20128
This commit is contained in:
@@ -14,5 +14,5 @@ scapy
|
|||||||
websocket-client
|
websocket-client
|
||||||
netifaces
|
netifaces
|
||||||
rangehttpserver
|
rangehttpserver
|
||||||
dbus-python; sys_platform != 'win32'
|
dbus-python; sys_platform == 'linux'
|
||||||
protobuf
|
protobuf
|
||||||
|
@@ -17,7 +17,7 @@ pygdbmi
|
|||||||
|
|
||||||
# ble
|
# ble
|
||||||
future
|
future
|
||||||
dbus-python; sys_platform != 'win32'
|
dbus-python; sys_platform == 'linux'
|
||||||
pygobject; sys_platform != 'win32'
|
pygobject; sys_platform != 'win32'
|
||||||
|
|
||||||
# iperf_test_util
|
# iperf_test_util
|
||||||
|
Reference in New Issue
Block a user