python310Packages.deepdiff: Add python-dateutil to checkInputs

Was previously propagated through clevercsv.
This commit is contained in:
Martin Weinelt
2023-04-08 18:01:05 +02:00
parent 5b86546070
commit b87655eb5f
@@ -8,6 +8,7 @@
, jsonpickle
, numpy
, pytestCheckHook
, python-dateutil
, pyyaml
, toml
, pythonOlder
@@ -50,6 +51,7 @@ buildPythonPackage rec {
jsonpickle
numpy
pytestCheckHook
python-dateutil
] ++ passthru.optional-dependencies.cli;
pythonImportsCheck = [