python3Packages.webtest-aiohttp: add aiohttp to dependencies

Otherwise, this package fails to build with doCheck = false.
This commit is contained in:
Martin Joerg
2025-07-27 09:19:48 +00:00
parent b8c5a1dbfc
commit e1391ef11b
@@ -38,10 +38,12 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [ webtest ];
dependencies = [
aiohttp
webtest
];
nativeCheckInputs = [
aiohttp
pytest-aiohttp
pytestCheckHook
];