python3Packages.aiorun: fix build

This commit is contained in:
Jonathan Ringer 2020-07-04 07:32:01 -07:00 committed by Jon
parent d3a40e7cfc
commit ff5aaa33e9

View File

@ -2,6 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, isPy27 , isPy27
, pygments
, pytest , pytest
, pytestcov , pytestcov
, uvloop , uvloop
@ -21,6 +22,10 @@ buildPythonPackage rec {
sha256 = "0wcj8prkijb889ic8n6varms7xkwy028hhw0imgkd1i0p64lm3m4"; sha256 = "0wcj8prkijb889ic8n6varms7xkwy028hhw0imgkd1i0p64lm3m4";
}; };
propagatedBuildInputs = [
pygments
];
checkInputs = [ checkInputs = [
pytest pytest
pytestcov pytestcov