python3Packages.croniter: fix build

This commit is contained in:
Jonathan Ringer
2020-06-11 10:00:27 +02:00
committed by Frederik Rietdijk
parent 4e299b06f7
commit 62c8d83b0a
@@ -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 = ''