python311Packages.habluetooth: drop dependency on home-assistant-bluetooth

This package never depended on home-assistant-bluetooth, and was now
causing an infinite recursion, because home-assistant-bluetooth depends
on it.
This commit is contained in:
Martin Weinelt 2024-01-04 15:54:40 +01:00
parent 50d7d58e99
commit cd3b8e76fc
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -11,7 +11,6 @@
, bluetooth-adapters , bluetooth-adapters
, bluetooth-auto-recovery , bluetooth-auto-recovery
, bluetooth-data-tools , bluetooth-data-tools
, home-assistant-bluetooth
, pythonOlder , pythonOlder
}: }:
@ -47,7 +46,6 @@ buildPythonPackage rec {
bluetooth-adapters bluetooth-adapters
bluetooth-auto-recovery bluetooth-auto-recovery
bluetooth-data-tools bluetooth-data-tools
home-assistant-bluetooth
]; ];
nativeCheckInputs = [ nativeCheckInputs = [