python3Packages.croniter: fix build
This commit is contained in:
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user