python3Packages.croniter: fix build

This commit is contained in:
Jonathan Ringer 2020-06-08 12:04:54 -07:00 committed by Frederik Rietdijk
parent 4e299b06f7
commit 62c8d83b0a

View File

@ -4,6 +4,8 @@
, python-dateutil
, pytest
, pytz
, natsort
, tzlocal
}:
buildPythonPackage rec {
@ -17,11 +19,13 @@ buildPythonPackage rec {
propagatedBuildInputs = [
python-dateutil
natsort
];
checkInputs = [
pytest
pytz
tzlocal
];
checkPhase = ''