python3Packages.hikari: fix build (#463930)

This commit is contained in:
Aleksana
2025-11-22 09:18:50 +00:00
committed by GitHub
@@ -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" ];