python3Packages.bluetooth-auto-recovery: only use async-timeout on Python < 3.11

This commit is contained in:
Robert Schütz
2025-09-14 18:49:08 -07:00
parent 078378e220
commit a3a245c653
@@ -31,11 +31,13 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
dependencies = [
async-timeout
bluetooth-adapters
btsocket
pyric
usb-devices
]
++ lib.optionals (pythonOlder "3.11") [
async-timeout
];
nativeCheckInputs = [