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:
parent
50d7d58e99
commit
cd3b8e76fc
1 changed files with 0 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue