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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,10 +34,11 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
async-timeout
bleak
bleak-retry-connector
flux-led
] ++ lib.optionals (pythonOlder "3.11") [
async-timeout
];
nativeCheckInputs = [