python3Packages.bleak-retry-connector: fix build on Darwin (#473993)
This commit is contained in:
@@ -29,10 +29,10 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [
|
||||
bleak
|
||||
dbus-fast
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
bluetooth-adapters
|
||||
dbus-fast
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
@@ -88,6 +88,7 @@ let
|
||||
miele = getComponentDeps "cloud";
|
||||
mjpeg = getComponentDeps "camera";
|
||||
mobile_app = getComponentDeps "frontend";
|
||||
mopeka = getComponentDeps "switchbot";
|
||||
motioneye = getComponentDeps "camera";
|
||||
mqtt = getComponentDeps "camera";
|
||||
nest = getComponentDeps "camera" ++ [
|
||||
@@ -200,6 +201,13 @@ let
|
||||
# intent fixture mismatch
|
||||
"test_error_no_device_on_floor"
|
||||
];
|
||||
homewizard = [
|
||||
# Messages don't match expected due to a change in Homewizard's outputs
|
||||
"test_identify_button"
|
||||
"test_number_entities"
|
||||
"test_select_request_error"
|
||||
"test_switch_entities"
|
||||
];
|
||||
sensor = [
|
||||
# Failed: Translation not found for sensor
|
||||
"test_validate_unit_change_convertible"
|
||||
|
||||
Reference in New Issue
Block a user