python3Packages.bleak-retry-connector: fix build on Darwin (#473993)

This commit is contained in:
Martin Weinelt
2025-12-30 23:50:25 +00:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
@@ -29,10 +29,10 @@ buildPythonPackage rec {
dependencies = [
bleak
dbus-fast
]
++ lib.optionals stdenv.hostPlatform.isLinux [
bluetooth-adapters
dbus-fast
];
nativeCheckInputs = [
+8
View File
@@ -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"