python3Packages.webtest-aiohttp: add aiohttp to dependencies (#428805)
This commit is contained in:
@@ -38,10 +38,12 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ webtest ];
|
||||
dependencies = [
|
||||
aiohttp
|
||||
webtest
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
aiohttp
|
||||
pytest-aiohttp
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user