python3Packages.hikari: fix build

This commit is contained in:
Shogo Takata
2025-11-21 21:36:27 -08:00
parent 1f6ae0e4d5
commit 97b0e7cd70
@@ -6,6 +6,7 @@
pythonOlder,
hatchling,
aiohttp,
async-timeout,
attrs,
multidict,
colorlog,
@@ -58,6 +59,7 @@ buildPythonPackage rec {
pytest-cov-stub
pytest-randomly
mock
async-timeout
];
pythonImportsCheck = [ "hikari" ];