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