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 , python-dateutil
, pytest , pytest
, pytz , pytz
, natsort
, tzlocal
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -17,11 +19,13 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
python-dateutil python-dateutil
natsort
]; ];
checkInputs = [ checkInputs = [
pytest pytest
pytz pytz
tzlocal
]; ];
checkPhase = '' checkPhase = ''