python310Packages.led-ble: adjust async-timeout

This commit is contained in:
Fabian Affolter
2023-09-26 09:23:32 +02:00
committed by GitHub
parent 740cb67656
commit a170f73124
@@ -34,10 +34,11 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
async-timeout
bleak
bleak-retry-connector
flux-led
] ++ lib.optionals (pythonOlder "3.11") [
async-timeout
];
nativeCheckInputs = [