python3Packages.aiohttp: clean up dependencies
This commit is contained in:
parent
9c105bdf8f
commit
43795b2cea
|
@ -9,7 +9,6 @@
|
||||||
, idna-ssl
|
, idna-ssl
|
||||||
, pytest
|
, pytest
|
||||||
, gunicorn
|
, gunicorn
|
||||||
, pytest-raisesregexp
|
|
||||||
, pytest-mock
|
, pytest-mock
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -24,7 +23,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
disabled = pythonOlder "3.4";
|
disabled = pythonOlder "3.4";
|
||||||
|
|
||||||
checkInputs = [ pytest gunicorn pytest-raisesregexp pytest-mock ];
|
checkInputs = [ pytest gunicorn pytest-mock ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ async-timeout chardet multidict yarl ]
|
propagatedBuildInputs = [ async-timeout chardet multidict yarl ]
|
||||||
++ lib.optional (pythonOlder "3.7") idna-ssl;
|
++ lib.optional (pythonOlder "3.7") idna-ssl;
|
||||||
|
|
Loading…
Reference in New Issue