python3Packages.bluetooth-auto-recovery: only use async-timeout on Python < 3.11
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user