python311Packages.python-kasa: fix typo in speedups extra

This commit is contained in:
Martin Weinelt 2024-01-26 14:37:23 +01:00
parent e2f0745c68
commit 9e853d403b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -52,7 +52,7 @@ buildPythonPackage rec {
];
passthru.optional-dependencies = {
speedup = [
speedups = [
kasa-crypt
orjson
];