Unverified Commit 48e7e6f6 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents 4b2349a3 7547c489
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,10 +29,10 @@ buildPythonPackage rec {

  dependencies = [
    bleak
    dbus-fast
  ]
  ++ lib.optionals stdenv.hostPlatform.isLinux [
    bluetooth-adapters
    dbus-fast
  ];

  nativeCheckInputs = [
+8 −0
Original line number Diff line number Diff line
@@ -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"