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